Skip to content

Variable: CreateOrUpdateAttachmentsSchema

ts
const CreateOrUpdateAttachmentsSchema: ZodObject<{
  attachments: ZodCustom<
     | AttachmentInput
     | AttachmentInput[], 
     | AttachmentInput
    | AttachmentInput[]>;
  id: ZodString;
  status: ZodOptional<ZodCustom<string & object | "current" | "draft", string & object | "current" | "draft">>;
}, $strip>;

Defined in: src/v1/parameters/createOrUpdateAttachments.ts:5