jira.js
    Preparing search index...

    Variable UploadAndSetTeamCoverPhotoSchemaConst

    UploadAndSetTeamCoverPhotoSchema: ZodObject<
        {
            file: ZodCustom<
                AttachmentInput
                | AttachmentInput[],
                AttachmentInput | AttachmentInput[],
            >;
            teamId: ZodString;
        },
        $strip,
    > = ...