Variable: DeleteAvatarSchema
ts
const DeleteAvatarSchema: ZodObject<{
id: ZodNumber;
owningObjectId: ZodString;
type: ZodCustom<"priority" | string & object | "project" | "issuetype", "priority" | string & object | "project" | "issuetype">;
}, $strip>;Defined in: src/cloud/parameters/deleteAvatar.ts:4