TypeAlias.PlanPrice
type PlanPrice = {
currency: string;
id: string;
period: string;
price: number;
trialDays: number;
};
Type Declaration
| Name | Type |
|---|---|
currency | string |
id | string |
period | string |
price | number |
trialDays | number |
type PlanPrice = {
currency: string;
id: string;
period: string;
price: number;
trialDays: number;
};
| Name | Type |
|---|---|
currency | string |
id | string |
period | string |
price | number |
trialDays | number |