jira.js
    Preparing search index...

    Variable DefaultWorkflowEditorResponseSchemaConst

    DefaultWorkflowEditorResponseSchema: ZodObject<
        {
            value: ZodOptional<
                ZodCustom<
                    string & {}
                    | "NEW"
                    | "LEGACY",
                    string & {} | "NEW" | "LEGACY",
                >,
            >;
        },
        $loose,
    > = ...