mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-12 14:30:06 +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.