From af6aa2d7b2b40f144b7e53b3f69a63e92cbb10c6 Mon Sep 17 00:00:00 2001 From: Tam Nhu Tran Date: Sat, 21 Feb 2026 01:35:58 +0700 Subject: [PATCH] fix(types): use type-only import for composite tier config --- src/cliproxy/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cliproxy/types.ts b/src/cliproxy/types.ts index eaa9a016..925ee534 100644 --- a/src/cliproxy/types.ts +++ b/src/cliproxy/types.ts @@ -3,7 +3,7 @@ * Types for CLIProxyAPI binary management and execution */ -import { CompositeTierConfig } from '../config/unified-config-types'; +import type { CompositeTierConfig } from '../config/unified-config-types'; /** * Supported operating systems