MCPcopy
hub / github.com/anomalyco/models.dev / SearchResult

Interface SearchResult

packages/web/src/index.ts:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23interface SearchResult {
24 item: SearchIndexItem;
25 score: number;
26}
27
28const helpModal = document.getElementById("modal") as HTMLDialogElement | null;
29const modalClose = document.getElementById("close");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected