Adds ENTERPRISE_BASIC_TRIAL

This commit is contained in:
jvcalderon 2024-04-25 12:01:45 +02:00
parent a18264332c
commit c79ea9b067
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ export enum PlanType {
/** @deprecated */
BUSINESS = "business",
ENTERPRISE_BASIC = "enterprise_basic",
ENTERPRISE_BASIC_TRIAL = "enterprise_basic_trial",
ENTERPRISE = "enterprise",
}