Types/attaching license to account (#9065)
* adding license type to account * removing planDuration
This commit is contained in:
parent
bf93d5b6a3
commit
2264f83ebd
|
@ -1,6 +1,7 @@
|
|||
import {
|
||||
Feature,
|
||||
Hosting,
|
||||
License,
|
||||
MonthlyQuotaName,
|
||||
PlanType,
|
||||
PriceDuration,
|
||||
|
@ -47,7 +48,7 @@ export interface Account extends CreateAccount {
|
|||
tier: string // deprecated
|
||||
planType?: PlanType
|
||||
planTier?: number
|
||||
planDuration?: PriceDuration
|
||||
license?: License
|
||||
stripeCustomerId?: string
|
||||
licenseKey?: string
|
||||
licenseKeyActivatedAt?: number
|
||||
|
|
Loading…
Reference in New Issue