| 12 | } |
| 13 | |
| 14 | export interface CommandNode { |
| 15 | type: string; |
| 16 | name: string; |
| 17 | arguments: string[]; |
| 18 | label?: string; |
| 19 | source: string; |
| 20 | } |
| 21 | |
| 22 | export interface ChannelNode { |
| 23 | type: string; |
nothing calls this directly
no outgoing calls
no test coverage detected