fix(types): import compression stats from source (#9105)

Validated in local merge-train (devbox-vm-06-dev002) @ combined-tip (FAST gates: typecheck/complexity/cognitive/changelog/vitest — only pre-existing audit.test.ts flake). Evidence: /home/diegosouzapw/dev/proxys/OmniRoute/.claude/worktrees/merge-train-20260805-222248-suite.log
This commit is contained in:
backryun
2026-08-06 10:30:15 +09:00
committed by GitHub
parent ce166a1984
commit b276453f29
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
- **fix(types):** imported compression analytics statistics from their defining module so TypeScript 7 resolves the existing interface correctly ([#9105](https://github.com/diegosouzapw/OmniRoute/pull/9105))

View File

@@ -10,7 +10,7 @@
* stays under the complexity cap.
*/
import { type CompressionStats } from "../../services/compression/stats.ts";
import { type CompressionStats } from "../../services/compression/types.ts";
type LoggerLike =
| {