jira.js
    Preparing search index...

    Variable SandboxSchemaConst

    SandboxSchema: ZodObject<
        {
            type: ZodOptional<
                ZodCustom<
                    string & {}
                    | "NONE"
                    | "CHILD",
                    string & {} | "NONE" | "CHILD",
                >,
            >;
        },
        $loose,
    > = ...