Variable DeleteAvatarSchemaConst
DeleteAvatarSchema: ZodObject<
{
id: ZodNumber;
owningObjectId: ZodString;
type: ZodCustom<
"priority"
| string & {}
| "project"
| "issuetype",
"priority" | string & {} | "project" | "issuetype",
>;
},
$strip,
> = ...