Variable: CreateOrUpdateAttachmentsSchema
ts
const CreateOrUpdateAttachmentsSchema: ZodObject<{
attachments: ZodCustom<
| AttachmentInput
| AttachmentInput[],
| AttachmentInput
| AttachmentInput[]>;
id: ZodString;
status: ZodOptional<ZodEnum<{
current: "current";
draft: "draft";
}>>;
}, $strip>;Defined in: src/v1/parameters/createOrUpdateAttachments.ts:4