mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-10 07:34:24 +00:00
The callback function of `web3.eth.subscribe` is a `Callback` but the type is not i.e. a `Subscribe<BlockHeader>`, it is a plain `BlockHeader`. This fix applies to all the subscription types.