Skip to content

Variable: CreateBoardExportSchema

ts
const CreateBoardExportSchema: ZodObject<{
  attachmentAge: ZodOptional<ZodNumber>;
  attachments: ZodOptional<ZodBoolean>;
  id: ZodString;
}, $strip>;

Defined in: parameters/createBoardExport.ts:3