KeyParams.ts 64 B

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