MCPcopy
hub / github.com/github/awesome-copilot / ResourceItem

Interface ResourceItem

website/src/scripts/modal.ts:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31// Resource data cache for title lookups
32interface ResourceItem {
33 title: string;
34 path: string;
35}
36
37interface ResourceData {
38 items: ResourceItem[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected