@coursebuilder/core
Version:
Core package for Course Builder
21 lines (19 loc) • 541 B
JavaScript
import {
z
} from "./chunk-JLNB6NRA.js";
// src/schemas/merchant-subscription.ts
var MerchantSubscriptionSchema = z.object({
id: z.string(),
organizationId: z.string().nullable(),
merchantAccountId: z.string(),
status: z.number().default(0),
createdAt: z.date().default(() => /* @__PURE__ */ new Date()),
label: z.string().nullable(),
identifier: z.string().nullable(),
merchantCustomerId: z.string(),
merchantProductId: z.string()
});
export {
MerchantSubscriptionSchema
};
//# sourceMappingURL=chunk-7JAN7MEC.js.map