diff --git a/src/flowtype/npm/web3.js b/src/flowtype/npm/web3.js index eff45ab0..1b04d7d4 100644 --- a/src/flowtype/npm/web3.js +++ b/src/flowtype/npm/web3.js @@ -13,6 +13,9 @@ declare module 'web3' { }; declare type WebsocketProviderT = { + connection: { + close: () => void; + }; // WebSocket type on: (type: string, callback: () => any) => void; removeAllListeners: (type: string) => void; reset: () => void;