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

Interface RenderablePlugin

website/src/scripts/pages/plugins-render.ts:19–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19export interface RenderablePlugin {
20 name: string;
21 description?: string;
22 path: string;
23 tags?: string[];
24 itemCount: number;
25 lastUpdated?: string | null;
26 external?: boolean;
27 repository?: string | null;
28 homepage?: string | null;
29 author?: PluginAuthor | null;
30 source?: PluginSource | null;
31}
32
33export type PluginSortOption = 'title' | 'lastUpdated';
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected