diff --git a/src/types.ts b/src/types.ts index 62def51..833e428 100644 --- a/src/types.ts +++ b/src/types.ts @@ -602,10 +602,10 @@ export type IOrganisationPaymentIntegration = { export type ProductPricingTable = { features: IFeature[]; currencies: ICurrency[]; - plans: Plan & { + plans: (Plan & { features: PlanFeature[]; currencies: PlanCurrency[]; - }[]; + }[]); } & Product; export type CheckLicensesCapabilitiesResponse = {