jira.js
    Preparing search index...

    Variable AnalyseExpressionSchemaConst

    AnalyseExpressionSchema: ZodObject<
        {
            check: ZodOptional<
                ZodCustom<
                    "type"
                    | string & {}
                    | "complexity"
                    | "syntax",
                    "type" | string & {} | "complexity" | "syntax",
                >,
            >;
            contextVariables: ZodOptional<ZodRecord<ZodString, ZodAny>>;
            expressions: ZodArray<ZodString>;
        },
        $strip,
    > = ...