KeyValue.d.ts 70 B

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