// boolean is for flags (e.g. support of speech-to-text or text-to-speech). // Look at "overrides.json" for details. type LocalizedStrings = { [stringId: string]: boolean | string }; export default LocalizedStrings;