Skip to content

Variable: StoreAvatarSchema

ts
const StoreAvatarSchema: ZodObject<{
  body: ZodRecord<ZodString, ZodAny>;
  entityId: ZodString;
  size: ZodNumber;
  type: ZodCustom<"priority" | string & object | "project" | "issuetype", "priority" | string & object | "project" | "issuetype">;
  x: ZodOptional<ZodNumber>;
  y: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/cloud/parameters/storeAvatar.ts:4