fix: restore Next-resolvable serialize types import (#119)

This commit is contained in:
harshitsinghbhandari 2026-04-17 13:43:26 +05:30
parent d3cf4ae3de
commit da1e2ceae2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import {
type DashboardStats,
type DashboardOrchestratorLink,
getAttentionLevel,
} from "./types.js";
} from "./types";
import { TTLCache, prCache, prCacheKey, type PREnrichmentData } from "./cache";
/** Cache for issue titles (5 min TTL — issue titles rarely change) */