mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-29 14:20:50 +00:00
chore(types): use type-only imports
This commit is contained in:
@@ -11,7 +11,8 @@ import * as path from 'path';
|
||||
import * as os from 'os';
|
||||
import ProfileContextSyncLock from './profile-context-sync-lock';
|
||||
import { ok, info, warn } from '../utils/ui';
|
||||
import { AccountContextPolicy, DEFAULT_ACCOUNT_CONTEXT_GROUP } from '../auth/account-context';
|
||||
import { DEFAULT_ACCOUNT_CONTEXT_GROUP } from '../auth/account-context';
|
||||
import type { AccountContextPolicy } from '../auth/account-context';
|
||||
import { getCcsDir } from '../utils/config-manager';
|
||||
|
||||
interface SharedItem {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { initUI, header, color, dim, info, errorBox } from './ui';
|
||||
import { ERROR_CODES, getErrorDocUrl, ErrorCode } from './error-codes';
|
||||
import { ERROR_CODES, getErrorDocUrl } from './error-codes';
|
||||
import type { ErrorCode } from './error-codes';
|
||||
import { getPortCheckCommand, getKillPidCommand } from './platform-commands';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user