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

Interface SearchableItem

website/src/scripts/search.ts:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface SearchableItem {
18 title: string;
19 description?: string;
20 [key: string]: unknown;
21}
22
23export interface SearchOptions {
24 fields?: string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected