mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-29 05:20:03 +00: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