refactor(agents): hide cache ttl entry type

This commit is contained in:
Vincent Koc
2026-06-17 13:28:24 +08:00
parent c784f649b1
commit eebb5d73f4

View File

@@ -16,7 +16,7 @@ type CustomEntryLike = { type?: unknown; customType?: unknown; data?: unknown };
const CACHE_TTL_CUSTOM_TYPE = "openclaw.cache-ttl";
export type CacheTtlEntryData = {
type CacheTtlEntryData = {
timestamp: number;
provider?: string;
modelId?: string;