Skip to main content

TypeAlias.PlanPrice

type PlanPrice = {
currency: string;
id: string;
period: string;
price: number;
trialDays: number;
};

Type Declaration

NameType
currencystring
idstring
periodstring
pricenumber
trialDaysnumber