| 214 | export namespace Types { |
| 215 | /** Used a lot in project service */ |
| 216 | export interface FilePathQuery { |
| 217 | filePath: string; |
| 218 | } |
| 219 | |
| 220 | /** Used a lot in project service */ |
| 221 | export interface FilePathPositionQuery { |
nothing calls this directly
no outgoing calls
no test coverage detected