mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-11 19:42:23 +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