From 6f8f774a210766381bc6d53b77958a91f7651b2e Mon Sep 17 00:00:00 2001 From: Mel O'Hagan Date: Mon, 17 Jun 2024 10:47:03 +0100 Subject: [PATCH] Remove deprecated properties --- packages/types/src/documents/account/account.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/types/src/documents/account/account.ts b/packages/types/src/documents/account/account.ts index 239d845722..61792a7f47 100644 --- a/packages/types/src/documents/account/account.ts +++ b/packages/types/src/documents/account/account.ts @@ -42,10 +42,7 @@ export interface Account extends CreateAccount { verified: boolean verificationSent: boolean // licensing - tier: string // deprecated planType?: PlanType - /** @deprecated */ - planTier?: number license?: License installId?: string installTenantId?: string