There was an error while loading. Please reload this page.
2 parents d629d35 + 4fc0ebc commit c48ee26Copy full SHA for c48ee26
1 file changed
src/types.ts
@@ -602,10 +602,10 @@ export type IOrganisationPaymentIntegration = {
602
export type ProductPricingTable = {
603
features: IFeature[];
604
currencies: ICurrency[];
605
- plans: Plan & {
+ plans: (Plan & {
606
features: PlanFeature[];
607
currencies: PlanCurrency[];
608
- }[];
+ }[]);
609
} & Product;
610
611
export type CheckLicensesCapabilitiesResponse = {
0 commit comments