jira.js
    Preparing search index...

    Variable GetPermissionHolderResponseSchemaConst

    GetPermissionHolderResponseSchema: ZodObject<
        {
            type: ZodCustom<
                string & {}
                | "Group"
                | "AccountId",
                string & {} | "Group" | "AccountId",
            >;
            value: ZodString;
        },
        $loose,
    > = ...