Skip to content

Commit 6b68406

Browse files
committed
Update pricing plans
1 parent 382014f commit 6b68406

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/endpoints/Billing/types.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import type { BillingCycle } from '../../types/BillingCycle';
22

33
export enum SignupPlan {
4-
STARTER = 'starter',
5-
CORE = 'core',
6-
PREMIUM = 'premium',
4+
ESSENTIAL = 'essential',
5+
STANDARD = 'standard',
6+
AGENCY_ESSENTIAL = 'agency_essential',
7+
AGENCY_STANDARD = 'agency_standard',
78
}
89

910
export enum SignupCurrency {

0 commit comments

Comments
 (0)