Skip to content

Variable: DeleteAttachmentSchema

ts
const DeleteAttachmentSchema: ZodObject<{
  id: ZodString;
  purge: ZodOptional<ZodBoolean>;
}, $strip>;

Defined in: src/v2/parameters/deleteAttachment.ts:3