Obj: { [key: string | number | symbol]: any }

represents a typical javasctipt object, something that pairs keys with values

Type declaration

  • [key: string | number | symbol]: any