@coursebuilder/core
Version:
Core package for Course Builder
19 lines (17 loc) • 485 B
JavaScript
import {
z
} from "./chunk-JLNB6NRA.js";
// src/schemas/merchant-price-schema.ts
var merchantPriceSchema = z.object({
id: z.string().max(191),
merchantAccountId: z.string().max(191),
merchantProductId: z.string().max(191),
status: z.number().int().default(0),
identifier: z.string().max(191).optional().nullable(),
createdAt: z.date(),
priceId: z.string().max(191).optional().nullable()
});
export {
merchantPriceSchema
};
//# sourceMappingURL=chunk-FYIQS5CC.js.map