| 20 | } |
| 21 | |
| 22 | export interface ChannelNode { |
| 23 | type: string; |
| 24 | id: string; |
| 25 | label?: string; |
| 26 | source: string; |
| 27 | value: string; |
| 28 | } |
| 29 | |
| 30 | export interface LinkNode { |
| 31 | type: string; |
nothing calls this directly
no outgoing calls
no test coverage detected