| 2 | import Element = React.JSX.Element; |
| 3 | |
| 4 | export interface Params { |
| 5 | updateInformation: (p: any) => void |
| 6 | } |
| 7 | export interface AgentProviderInterface { |
| 8 | name: string; |
| 9 | type: NodeType; |
nothing calls this directly
no outgoing calls
no test coverage detected