Skip to main content

PricingTerms

type PricingTerms = {
monthly: string | number;
yearly: string | number;
};

Monthly/yearly amounts for one currency.

Type Declaration

NameType
monthlystring | number
yearlystring | number