Added frontend type for premium
This commit is contained in:
parent
6b85248111
commit
f9e5a9f8ca
|
@ -72,6 +72,7 @@ export const PlanType = {
|
|||
TEAM: "team",
|
||||
PRO: "pro",
|
||||
BUSINESS: "business",
|
||||
PREMIUM: "premium",
|
||||
ENTERPRISE: "enterprise",
|
||||
ENTERPRISE_BASIC_TRIAL: "enterprise_basic_trial",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue