UNPKG

@a11ywatch/core

Version:
4 lines (3 loc) 221 B
export declare const priceHandler: (plan: string, yearly?: boolean) => number; export declare const stripeProductId: (plan: string, yearly?: boolean) => string; export declare const roleHandler: (plan: string) => number;