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

Interface SearchStrings

packages/i18n/src/types.ts:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 * Localized strings for the search prompt
43 */
44export 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected