ViewBlock / binance-api-node

:chart: A complete and heavily tested wrapper with typings for the Binance API.
654 stars 495 forks source link

futuresCancelBatchOrders return type error #653

Open uslualper opened 7 months ago

uslualper commented 7 months ago

node_modules/binance-api-node/index.d.ts:666:5 - error TS7010: 'futuresCancelBatchOrders', which lacks return-type annotation, implicitly has an 'any' return type.

666 futuresCancelBatchOrders(options: {

667       symbol: string

... 671 timestamp?: number

672     })

Screenshot from 2023-12-01 12-41-13