Skip to content

Commit

Permalink
feat: Add users-developer to plans enum (#3694)
Browse files Browse the repository at this point in the history
  • Loading branch information
RulaKhaled authored Jan 30, 2025
1 parent 0647710 commit 26d07c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/utils/billing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 26d07c7

Please sign in to comment.