KeyValue.d.ts 78 Bytes Raw Blame History Permalink 1 2 3 4 declare type KeyValue = { [key: string]: any; }; export default KeyValue;