1
0
Fork 0
mirror of synced 2024-09-21 20:01:32 +12:00

Added frontend type for premium

This commit is contained in:
Conor Webb 2024-08-13 11:27:59 +01:00
parent 6b85248111
commit f9e5a9f8ca

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",
}