| 608 | * The parameters of a query for file search. |
| 609 | */ |
| 610 | export interface FileSearchQuery { |
| 611 | /** |
| 612 | * The search pattern to match against file paths. |
| 613 | */ |
| 614 | pattern: string; |
| 615 | } |
| 616 | |
| 617 | /** |
| 618 | * Options that apply to file search. |
nothing calls this directly
no outgoing calls
no test coverage detected