global.d.ts 111 B

12
  1. type Dict = { [key: string]: any }
  2. type NestedEvent = { target: { type: 'custom'; name: string; value: any } }