jira.js
    Preparing search index...

    Variable GetAllIssueTypeSchemesSchemaConst

    GetAllIssueTypeSchemesSchema: ZodObject<
        {
            expand: ZodOptional<
                ZodUnion<
                    readonly [
                        ZodString,
                        ZodArray<ZodString>,
                        ZodCustom<
                            string & {}
                            | "issueTypes"
                            | "projects",
                            string & {} | "issueTypes" | "projects",
                        >,
                        ZodArray<
                            ZodCustom<
                                string & {}
                                | "issueTypes"
                                | "projects",
                                string & {} | "issueTypes" | "projects",
                            >,
                        >,
                    ],
                >,
            >;
            id: ZodOptional<ZodArray<ZodNumber>>;
            maxResults: ZodOptional<ZodNumber>;
            orderBy: ZodOptional<
                ZodCustom<
                    "name"
                    | "id"
                    | string & {}
                    | "-name"
                    | "+name"
                    | "-id"
                    | "+id",
                    "name" | "id" | string & {} | "-name" | "+name" | "-id" | "+id",
                >,
            >;
            queryString: ZodOptional<ZodString>;
            startAt: ZodOptional<ZodNumber>;
        },
        $strip,
    > = ...