Skip to content

Variable: CreateAttachmentSchema

ts
const CreateAttachmentSchema: 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/createAttachment.ts:5