MCPcopy
hub / github.com/SBoudrias/Inquirer.js / SelectStrings

Interface SelectStrings

packages/i18n/src/types.ts:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 * Localized strings for the select prompt
17 */
18export 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected