KeyParams.d.ts 68 B

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