diff --git a/packages/types/src/sdk/licensing/plan.ts b/packages/types/src/sdk/licensing/plan.ts index b370397534..f46432b109 100644 --- a/packages/types/src/sdk/licensing/plan.ts +++ b/packages/types/src/sdk/licensing/plan.ts @@ -23,4 +23,5 @@ export interface Price { duration: PriceDuration priceId: string dayPasses: number + isPerUser: boolean }