1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

WIP - Migrating worker

This commit is contained in:
jvcalderon 2023-11-04 11:04:09 +01:00
parent 2ffb4b96cb
commit b07382fa2e

View file

@ -7,7 +7,9 @@ export enum PlanType {
/** @deprecated */
PREMIUM = "premium",
PREMIUM_PLUS = "premium_plus",
/** @deprecated */
BUSINESS = "business",
ENTERPRISE_BASIC = "enterprise_basic",
ENTERPRISE = "enterprise",
}