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

Interface LinkGroup

src/types.ts:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49export interface LinkGroup {
50 category: string;
51 links: Link[];
52}
53
54
55export type MarketProvider = 'yahoo' | 'finnhub' | 'twelvedata';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected