1
0
Fork 0
mirror of synced 2024-08-15 01:51:33 +12:00

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 bf93d5b6a3
commit 2264f83ebd

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