Skip to content

Variable: GetAvatarImageByIDSchema

ts
const GetAvatarImageByIDSchema: ZodObject<{
  format: ZodOptional<ZodCustom<"svg" | string & object | "png", "svg" | string & object | "png">>;
  id: ZodNumber;
  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/getAvatarImageByID.ts:4