Skip to content

Variable: GetAvatarImageByOwnerSchema

ts
const GetAvatarImageByOwnerSchema: ZodObject<{
  entityId: ZodString;
  format: ZodOptional<ZodCustom<"svg" | string & object | "png", "svg" | string & object | "png">>;
  size: ZodOptional<ZodCustom<"small" | "medium" | string & object | "xsmall" | "large" | "xlarge", "small" | "medium" | string & object | "xsmall" | "large" | "xlarge">>;
  type: ZodCustom<"priority" | string & object | "project" | "issuetype", "priority" | string & object | "project" | "issuetype">;
}, $strip>;

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