1
0
Fork 0
mirror of synced 2024-08-23 14:01:34 +12:00

Undo reorder

This commit is contained in:
Adria Navarro 2024-06-05 17:33:48 +02:00
parent 48325f7df7
commit 098344ca84

View file

@ -1,5 +1,11 @@
export enum PlanType {
FREE = "free",
/** @deprecated */
PRO = "pro",
/** @deprecated */
TEAM = "team",
/** @deprecated */
PREMIUM = "premium",
PREMIUM_PLUS = "premium_plus",
PREMIUM_PLUS_TRIAL = "premium_plus_trial",
/** @deprecated */
@ -7,13 +13,6 @@ export enum PlanType {
ENTERPRISE_BASIC = "enterprise_basic",
ENTERPRISE_BASIC_TRIAL = "enterprise_basic_trial",
ENTERPRISE = "enterprise",
// Deprecated plans
/** @deprecated */
PRO = "pro",
/** @deprecated */
TEAM = "team",
/** @deprecated */
PREMIUM = "premium",
}
export enum PriceDuration {