Skip to content

Variable: AddAttachmentSchema

ts
const AddAttachmentSchema: ZodObject<{
  attachments: ZodCustom<
     | AttachmentInput
     | AttachmentInput[], 
     | AttachmentInput
    | AttachmentInput[]>;
  issueIdOrKey: ZodString;
}, $strip>;

Defined in: src/cloud/parameters/addAttachment.ts:4