Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Commit c48ee26

Browse files
Merge pull request #154 from Salable/fix/pricing-table-plan-type
fix: pricing table plan type fix
2 parents d629d35 + 4fc0ebc commit c48ee26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,10 +602,10 @@ export type IOrganisationPaymentIntegration = {
602602
export type ProductPricingTable = {
603603
features: IFeature[];
604604
currencies: ICurrency[];
605-
plans: Plan & {
605+
plans: (Plan & {
606606
features: PlanFeature[];
607607
currencies: PlanCurrency[];
608-
}[];
608+
}[]);
609609
} & Product;
610610

611611
export type CheckLicensesCapabilitiesResponse = {

0 commit comments

Comments
 (0)