UNPKG

@coursebuilder/core

Version:

Core package for Course Builder

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