diff --git a/src/cliproxy/accounts/types.ts b/src/cliproxy/accounts/types.ts index d93b20c4..3d098f54 100644 --- a/src/cliproxy/accounts/types.ts +++ b/src/cliproxy/accounts/types.ts @@ -2,7 +2,7 @@ * Shared types and constants for account management */ -import { CLIProxyProvider } from '../types'; +import type { CLIProxyProvider } from '../types'; /** Account tier for quota management: ultra > pro > free */ export type AccountTier = 'free' | 'pro' | 'ultra' | 'unknown';