UNPKG

@coursebuilder/core

Version:

Core package for Course Builder

18 lines (16 loc) 418 B
import { z } from "./chunk-JLNB6NRA.js"; // src/schemas/merchant-customer-schema.ts var merchantCustomerSchema = z.object({ id: z.string().max(191), userId: z.string().max(191), merchantAccountId: z.string().max(191), identifier: z.string().max(191), createdAt: z.date().nullable(), status: z.number().int().default(0) }); export { merchantCustomerSchema }; //# sourceMappingURL=chunk-KDD22EZI.js.map