Variable StoreAvatarSchemaConst
StoreAvatarSchema: ZodObject<
{
body: ZodCustom<Blob, Blob>;
entityId: ZodString;
size: ZodNumber;
type: ZodCustom<
"priority"
| string & {}
| "project"
| "issuetype",
"priority" | string & {} | "project" | "issuetype",
>;
x: ZodOptional<ZodNumber>;
y: ZodOptional<ZodNumber>;
},
$strip,
> = ...