| 42 | * Localized strings for the search prompt |
| 43 | */ |
| 44 | export interface SearchStrings { |
| 45 | /** Help text for navigation keys */ |
| 46 | helpNavigate: string; |
| 47 | /** Help text for selection key */ |
| 48 | helpSelect: string; |
| 49 | } |
| 50 | |
| 51 | /** |
| 52 | * Localized strings for the editor prompt |
nothing calls this directly
no outgoing calls
no test coverage detected