Remove deprecated properties

This commit is contained in:
Mel O'Hagan 2024-06-17 10:47:03 +01:00
parent 92f9501d26
commit 6f8f774a21
1 changed files with 0 additions and 3 deletions

View File

@ -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