Remove deprecated properties
This commit is contained in:
parent
92f9501d26
commit
6f8f774a21
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue