Added frontend type for premium

This commit is contained in:
Conor Webb 2024-08-13 11:27:59 +01:00
parent 6b85248111
commit f9e5a9f8ca
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ export const PlanType = {
TEAM: "team",
PRO: "pro",
BUSINESS: "business",
PREMIUM: "premium",
ENTERPRISE: "enterprise",
ENTERPRISE_BASIC_TRIAL: "enterprise_basic_trial",
}