export types from index

This commit is contained in:
tiagosiebler
2021-12-31 00:45:02 +00:00
parent b536c8c126
commit 543ace9cde

View File

@@ -4,3 +4,5 @@ export * from './linear-client';
export * from './spot-client';
export * from './websocket-client';
export * from './logger';
export * from './types/shared';
export * from './types/spot';