jira.js
    Preparing search index...

    Variable StoreTemporaryAvatarUsingMultiPartSchemaConst

    StoreTemporaryAvatarUsingMultiPartSchema: ZodObject<
        {
            avatar: ZodCustom<
                AttachmentInput
                | AttachmentInput[],
                AttachmentInput | AttachmentInput[],
            >;
            owningObjectId: ZodString;
            type: ZodString;
        },
        $strip,
    > = ...