MCPcopy Create free account
hub / github.com/TheCSir/TerminalStart / Link

Interface Link

src/types.ts:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43export interface Link {
44 label: string;
45 url: string;
46 icon?: string;
47}
48
49export interface LinkGroup {
50 category: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected