PricingVersion
type PricingVersion = Record<string, Record<string, {
monthly: string | number;
yearly: string | number;
}>>;
Prices for one pricing version, keyed by plan then currency.
type PricingVersion = Record<string, Record<string, {
monthly: string | number;
yearly: string | number;
}>>;
Prices for one pricing version, keyed by plan then currency.