There was an error while loading. Please reload this page.
1 parent 9d1c0b0 commit 5eccc60Copy full SHA for 5eccc60
1 file changed
src/platform/cloud/subscription/constants/tierPricing.ts
@@ -1,7 +1,7 @@
1
import { remoteConfig } from '@/platform/remoteConfig/remoteConfig'
2
import type { components } from '@/types/comfyRegistryTypes'
3
4
-type SubscriptionTier = components['schemas']['SubscriptionTier']
+export type SubscriptionTier = components['schemas']['SubscriptionTier']
5
6
export type TierKey = 'free' | 'standard' | 'creator' | 'pro' | 'founder'
7
0 commit comments