MCPcopy Create free account
hub / github.com/github/awesome-copilot / SearchItem

Interface SearchItem

website/src/scripts/search.ts:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { escapeHtml, fetchData } from "./utils";
7
8export interface SearchItem {
9 title: string;
10 description?: string;
11 searchText?: string;
12 path: string;
13 type: string;
14 [key: string]: unknown;
15}
16
17export interface SearchableItem {
18 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected