UNPKG

@coursebuilder/core

Version:

Core package for Course Builder

17 lines (16 loc) 412 B
import { z } from "../chunk-JLNB6NRA.js"; import "../chunk-VLQXSCFN.js"; // src/schemas/merchant-account-schema.ts var merchantAccountSchema = z.object({ id: z.string().max(191), label: z.string().max(191), identifier: z.string().max(191), createdAt: z.date().nullable(), status: z.number().int().default(0) }); export { merchantAccountSchema }; //# sourceMappingURL=merchant-account-schema.js.map