feat(): update basic spot/futures examples with initial types

This commit is contained in:
Tiago Siebler
2023-11-14 12:15:26 +00:00
parent b1b3ee926e
commit ea8fac777e
19 changed files with 499 additions and 63 deletions

View File

@@ -1,3 +1,4 @@
export * from './rest-client-v2';
export * from './broker-client';
export * from './futures-client';
export * from './spot-client';