Adds ENTERPRISE_BASIC_TRIAL
This commit is contained in:
parent
a18264332c
commit
c79ea9b067
|
@ -11,6 +11,7 @@ export enum PlanType {
|
|||
/** @deprecated */
|
||||
BUSINESS = "business",
|
||||
ENTERPRISE_BASIC = "enterprise_basic",
|
||||
ENTERPRISE_BASIC_TRIAL = "enterprise_basic_trial",
|
||||
ENTERPRISE = "enterprise",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue