UNPKG

@accounter/server

Version:

5 lines (4 loc) 341 B
import { BillingCycle, Product, SubscriptionPlan } from '../../../__generated__/types.js'; export declare function normalizeSubscriptionPlan(raw?: string | null): SubscriptionPlan | null; export declare function normalizeProduct(raw?: string | null): Product | null; export declare function normalizeBillingCycle(raw: string): BillingCycle;