Skip to content

Variable: GetAttachmentThumbnailSchema

ts
const GetAttachmentThumbnailSchema: ZodObject<{
  attachmentId: ZodNumber;
  issueIdOrKey: ZodString;
}, $strip>;

Defined in: src/serviceDesk/parameters/getAttachmentThumbnail.ts:3