mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 18:43:21 +08:00
* Change `connectionClass` type to any `connectionClass` can not be `string` type. I use my custom `HttpConnector` for sending custom request. * add describe `HttpConnector` class and write test * import `HttpConnector` and use it in `connectionClass` config