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

Interface ExtensionsData

website/src/scripts/pages/extensions.ts:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36interface ExtensionsData {
37 items: Extension[];
38 filters?: {
39 keywords?: string[];
40 };
41}
42
43interface ExtensionScreenshot {
44 path?: string | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected