KeyValue.d.ts 70 B

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