@coursebuilder/core
Version:
Core package for Course Builder
20 lines (18 loc) • 497 B
JavaScript
import {
z
} from "./chunk-JLNB6NRA.js";
// src/schemas/merchant-charge-schema.ts
var merchantChargeSchema = z.object({
id: z.string().max(191),
status: z.number().int().default(0),
identifier: z.string().max(191),
userId: z.string().max(191),
merchantAccountId: z.string().max(191),
merchantProductId: z.string().max(191),
createdAt: z.date().nullable(),
merchantCustomerId: z.string().max(191)
});
export {
merchantChargeSchema
};
//# sourceMappingURL=chunk-MS7XHKFQ.js.map