jira.js
    Preparing search index...

    Variable OrderOfIssueTypesSchemaConst

    OrderOfIssueTypesSchema: ZodObject<
        {
            after: ZodOptional<ZodString>;
            issueTypeIds: ZodArray<ZodString>;
            position: ZodOptional<
                ZodCustom<
                    string & {}
                    | "First"
                    | "Last",
                    string & {} | "First" | "Last",
                >,
            >;
        },
        $loose,
    > = ...

    An ordered list of issue type IDs and information about where to move them.