| 1 | interface IMessage { |
| 2 | type: string; |
| 3 | value: string | number | { [key: string]: any } |
| 4 | error?: boolean; |
| 5 | } |
| 6 | |
| 7 | interface IDashboardOptions { |
| 8 | port?: number; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…