We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382014f commit 6b68406Copy full SHA for 6b68406
src/endpoints/Billing/types.ts
@@ -1,9 +1,10 @@
1
import type { BillingCycle } from '../../types/BillingCycle';
2
3
export enum SignupPlan {
4
- STARTER = 'starter',
5
- CORE = 'core',
6
- PREMIUM = 'premium',
+ ESSENTIAL = 'essential',
+ STANDARD = 'standard',
+ AGENCY_ESSENTIAL = 'agency_essential',
7
+ AGENCY_STANDARD = 'agency_standard',
8
}
9
10
export enum SignupCurrency {
0 commit comments