type OptionsValue = string | number | boolean type OptionValues = {[name: string]: OptionsValue} type OptionsNameMap = {[name: string]: string}