alpacahq / alpaca-ts

A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
ISC License
156 stars 41 forks source link

Can the return type of CancelOrder be changed to Promise<boolean> instead of Promise<Boolean? #76

Closed awweather closed 2 years ago

awweather commented 2 years ago

Can the return type of CancelOrder be changed to Promise instead of Promise<Boolean? My linters don't like using "Boolean" as a type.

117 commented 2 years ago

Version 6.2.5 has all Booleans changed to the primitive boolean.