jira.js
    Preparing search index...

    Variable GetAvatarsSchemaConst

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