jira.js
    Preparing search index...

    Variable GetAllSystemAvatarsSchemaConst

    GetAllSystemAvatarsSchema: ZodObject<
        {
            type: ZodCustom<
                "priority"
                | "user"
                | string & {}
                | "project"
                | "issuetype",
                "priority" | "user" | string & {} | "project" | "issuetype",
            >;
        },
        $strip,
    > = ...