mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-24 15:24:31 +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