Skip to main content

PricingVersion

type PricingVersion = Record<string, Record<string, {
monthly: string | number;
yearly: string | number;
}>>;

Prices for one pricing version, keyed by plan then currency.