| 16 | * Localized strings for the select prompt |
| 17 | */ |
| 18 | export interface SelectStrings { |
| 19 | /** Help text for navigation keys */ |
| 20 | helpNavigate: string; |
| 21 | /** Help text for selection key */ |
| 22 | helpSelect: string; |
| 23 | } |
| 24 | |
| 25 | /** |
| 26 | * Localized strings for the checkbox prompt |
nothing calls this directly
no outgoing calls
no test coverage detected