Skip to main content

FormattedPriceListing

type FormattedPriceListing = {
amount?: number;
currency?: string;
formatted?: string;
interval?: string;
};

Formatted price listing for workspace plans.

Type Declaration

NameType
amount?number
currency?string
formatted?string
interval?string