FormattedPriceListing
type FormattedPriceListing = {
amount?: number;
currency?: string;
formatted?: string;
interval?: string;
};
Formatted price listing for workspace plans.
Type Declaration
| Name | Type |
|---|---|
amount? | number |
currency? | string |
formatted? | string |
interval? | string |