UNPKG

114 BTypeScriptView Raw
1interface Options {
2 [key: string]: boolean | number | string | number[] | string[];
3}
4export default Options;