Skip to content

Variable: GetAvatarImageByTypeSchema

ts
const GetAvatarImageByTypeSchema: ZodObject<{
  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/getAvatarImageByType.ts:4