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

Interface ExtensionScreenshot

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

Source from the content-addressed store, hash-verified

41}
42
43interface ExtensionScreenshot {
44 path?: string | null;
45 type?: string | null;
46}
47
48let allItems: Extension[] = [];
49let extensionById = new Map<string, Extension>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected