import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Type of monthly schedule */ export declare const MonthlyTypeEnum: { readonly Each: "each"; readonly On: "on"; }; /** * Type of monthly schedule */ export type MonthlyTypeEnum = ClosedEnum; /** @internal */ export declare const MonthlyTypeEnum$inboundSchema: z.ZodNativeEnum; //# sourceMappingURL=monthlytypeenum.d.ts.map