FieldDetectionCacheEntry interface exported
Last updated: 2026-03-05T10:53:28.867Z
Location
Metrics
LOC: 9
Complexity: 1
Params: 0
Signature
interface FieldDetectionCacheEntry
Summary
Per-page cache entry for detected fields
Source Code
export interface FieldDetectionCacheEntry {
url: string;
origin: string;
hostname: string;
path: string;
count: number;
fields: DetectedFieldSummary[];
updatedAt: number;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| LearnedEntryView | uses |
| getFieldDetectionCache | uses |