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

Interface Extension

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

Source from the content-addressed store, hash-verified

29} from "./extensions-render";
30
31interface Extension extends RenderableExtension {
32 lastUpdated?: string | null;
33 keywords?: string[];
34}
35
36interface ExtensionsData {
37 items: Extension[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected