mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 06:16:37 +00:00
fix(cliproxy): use type-only account provider import
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user