Hi!
After updating from binance-api-node@0.12.9 to 0.13.x, the library no longer provides any TypeScript definitions.
In the previous version (0.12.9), the package included TypeScript typings (e.g., BidDepth, Depth, NewFuturesOrder, NewOrderMarketBase, etc.), and everything worked correctly.
However, in 0.13.x:
There is no types/ directory
No .d.ts files are included in the published npm package
TypeScript cannot find or import any types from the library
Even the main module has no exported typings at all
This makes the TypeScript integration effectively broken.
Thanks!
