From 30a5d9939f002c7822a2e1e0d6ee9a4921a2cd0e Mon Sep 17 00:00:00 2001 From: Rory Powell Date: Fri, 25 Nov 2022 11:00:35 +0000 Subject: [PATCH] Update Price type def --- packages/types/src/sdk/licensing/plan.ts | 1 + 1 file changed, 1 insertion(+) 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 }