Variable GetAvatarImageByIDSchemaConst
GetAvatarImageByIDSchema: ZodObject<
{
format: ZodOptional<
ZodCustom<"svg" | string & {} | "png", "svg" | string & {} | "png">,
>;
id: ZodNumber;
size: ZodOptional<
ZodCustom<
"small"
| "medium"
| string & {}
| "xsmall"
| "large"
| "xlarge",
"small" | "medium" | string & {} | "xsmall" | "large" | "xlarge",
>,
>;
type: ZodCustom<
"priority"
| string & {}
| "project"
| "issuetype",
"priority" | string & {} | "project" | "issuetype",
>;
},
$strip,
> = ...