Types/attaching license to account (#9065)

* adding license type to account

* removing planDuration
This commit is contained in:
Martin McKeaveney 2022-12-16 10:22:48 +00:00 committed by GitHub
parent 6ec88f1f07
commit d235dd83ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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