Skip to content

Commit

Permalink
fix function type names (ViewBlock#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
phl3x0r authored Feb 17, 2021
1 parent b123264 commit 5e3e58f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,10 @@ declare module 'binance-api-node' {
pairs: string | string[],
callback: (trade: Trade) => void,
) => ReconnectingWebSocketHandler
futuresLiquidationStream: (
futuresLiquidations: (
symbol: string | string[],
callback: (forecOrder: ForceOrder) => void) => ReconnectingWebSocketHandler
allFuturesLiquidations: (
futuresAllLiquidations: (
callback: (forecOrder: ForceOrder) => void) => ReconnectingWebSocketHandler

user: (callback: (msg: UserDataStreamEvent) => void) => Promise<ReconnectingWebSocketHandler>
Expand Down

0 comments on commit 5e3e58f

Please sign in to comment.