mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 15:22:12 +03:00
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:
@@ -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))
|
||||
@@ -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 =
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user