Skip to content

Variable: GetAttachmentContentSchema

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

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