PricingTerms
type PricingTerms = {
monthly: string | number;
yearly: string | number;
};
Monthly/yearly amounts for one currency.
Type Declaration
| Name | Type |
|---|---|
monthly | string | number |
yearly | string | number |
type PricingTerms = {
monthly: string | number;
yearly: string | number;
};
Monthly/yearly amounts for one currency.
| Name | Type |
|---|---|
monthly | string | number |
yearly | string | number |