jira.js
    Preparing search index...

    Variable AvatarUrlsSchemaConst

    AvatarUrlsSchema: ZodObject<
        {
            "16x16": ZodOptional<ZodURL>;
            "24x24": ZodOptional<ZodURL>;
            "32x32": ZodOptional<ZodURL>;
            "48x48": ZodOptional<ZodURL>;
        },
        $loose,
    > = ...