Obj: {
    [key: PropertyKey]: any;
}

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

Type declaration

  • [key: PropertyKey]: any

Generated using TypeDoc