KeyValue.d.ts 78 B

1234
  1. declare type KeyValue = {
  2. [key: string]: any;
  3. };
  4. export default KeyValue;