Skip to content

Variable: GetAttachmentsForRequestSchema

ts
const GetAttachmentsForRequestSchema: ZodObject<{
  issueIdOrKey: ZodString;
  limit: ZodNumber;
  start: ZodNumber;
}, $strip>;

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