There was an error while loading. Please reload this page.
2 parents 1a92ddc + d6cfaae commit ac54353Copy full SHA for ac54353
1 file changed
src/types.ts
@@ -543,7 +543,7 @@ export type PricingTablePlan = {
543
sortOrder: number;
544
updatedAt: string;
545
plan: Plan & {
546
- features: Feature & { featureEnumOptions: FeatureEnumOption[] }[];
+ features: PlanFeature[];
547
currencies: PlanCurrency[];
548
};
549
@@ -602,7 +602,7 @@ export type IOrganisationPaymentIntegration = {
602
export type ProductPricingTable = {
603
features: IFeature[];
604
currencies: ICurrency[];
605
- plans: (Plan & { features: IFeature[]; currencies: ICurrency[]; checkoutUrl: string })[];
+ plans: PricingTablePlan[];
606
} & Product;
607
608
export type CheckLicensesCapabilitiesResponse = {
0 commit comments