1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Adds ENTERPRISE_BASIC_TRIAL

This commit is contained in:
jvcalderon 2024-04-25 12:01:45 +02:00
parent a18264332c
commit c79ea9b067

View file

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