diff --git a/src/shared/utils/billing.ts b/src/shared/utils/billing.ts index 2756b79177..9fb837fe45 100644 --- a/src/shared/utils/billing.ts +++ b/src/shared/utils/billing.ts @@ -20,6 +20,7 @@ export const Plans = { USERS_TEAMY: 'users-teamy', USERS_ENTERPRISEM: 'users-enterprisem', USERS_ENTERPRISEY: 'users-enterprisey', + USERS_DEVELOPER: 'users-developer', } as const export type PlanName = (typeof Plans)[keyof typeof Plans]