Skip to main content

PlanPrice

type PlanPrice = {
amount: string | number;
currency: string;
interval?: string;
};

Plan pricing information.

Type Declaration

NameType
amountstring | number
currencystring
interval?string