Skip to content

Variable: UpdateAttachmentDataSchema

ts
const UpdateAttachmentDataSchema: ZodObject<{
  attachment: ZodCustom<
     | AttachmentInput
     | AttachmentInput[], 
     | AttachmentInput
    | AttachmentInput[]>;
  attachmentId: ZodString;
  id: ZodString;
}, $strip>;

Defined in: src/v1/parameters/updateAttachmentData.ts:4