import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * The duration type for the discount. */ export declare const CouponDurationType: { readonly Forever: "forever"; readonly Once: "once"; readonly Repeating: "repeating"; }; /** * The duration type for the discount. */ export type CouponDurationType = ClosedEnum; /** @internal */ export declare const CouponDurationType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const CouponDurationType$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=coupondurationtype.d.ts.map