v2.1.10: feat(#144): add missing endpoint for linear position mode. Type improvements & linting.

This commit is contained in:
tiagosiebler
2022-04-06 10:57:56 +01:00
parent 7dfae7a3f7
commit 81b8a34522
5 changed files with 125 additions and 33 deletions

View File

@@ -1,8 +1,10 @@
export * from './inverse-client';
export * from './inverse-futures-client';
export * from './linear-client';
export * from './spot-client';
export * from './websocket-client';
export * from './logger';
export * from './types/shared';
export * from './types/spot';
export * from "./inverse-client";
export * from "./inverse-futures-client";
export * from "./linear-client";
export * from "./spot-client";
export * from "./websocket-client";
export * from "./logger";
export * from "./types/shared";
export * from "./types/spot";
export * from "./util/WsStore";
export * from "./constants/enum";