jira.js
    Preparing search index...

    Variable StoreTemporaryUserAvatarUsingMultiPartSchemaConst

    StoreTemporaryUserAvatarUsingMultiPartSchema: ZodObject<
        {
            avatar: ZodCustom<
                AttachmentInput
                | AttachmentInput[],
                AttachmentInput | AttachmentInput[],
            >;
            username: ZodOptional<ZodString>;
        },
        $strip,
    > = ...