Skip to content

Variable: DeleteCustomContentSchema

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

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