| 3 | import {t} from "./i18n"; |
| 4 | |
| 5 | export interface Command { |
| 6 | command: string |
| 7 | task_id: string |
| 8 | spec: any |
| 9 | } |
| 10 | |
| 11 | export interface ClientEvent { |
| 12 | event: string, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…