jira.js
    Preparing search index...

    Variable StoreTemporaryProjectAvatarUsingMultiPartSchemaConst

    StoreTemporaryProjectAvatarUsingMultiPartSchema: ZodObject<
        {
            avatar: ZodCustom<
                AttachmentInput
                | AttachmentInput[],
                AttachmentInput | AttachmentInput[],
            >;
            projectIdOrKey: ZodString;
        },
        $strip,
    > = ...