MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / ChannelNode

Interface ChannelNode

packages/ast/parse/types.ts:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22export interface ChannelNode {
23 type: string;
24 id: string;
25 label?: string;
26 source: string;
27 value: string;
28}
29
30export interface LinkNode {
31 type: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected