| 21 | ]); |
| 22 | |
| 23 | export interface BrowseCommand { |
| 24 | command: string; |
| 25 | args: string[]; |
| 26 | line: number; |
| 27 | raw: string; |
| 28 | } |
| 29 | |
| 30 | export interface ValidationResult { |
| 31 | valid: BrowseCommand[]; |
nothing calls this directly
no outgoing calls
no test coverage detected