Skip to content

Commit

Permalink
Merge pull request #44 from singlesly/fix#43-cannot-go-to-type-declar…
Browse files Browse the repository at this point in the history
…ion-of-bignx-client-services

fix: export services types (#43)
  • Loading branch information
singlesly authored Oct 16, 2023
2 parents 256cb0c + 240843a commit f4a95ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bingx-client/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './bingx-api.client';
export * from './services';
3 changes: 3 additions & 0 deletions src/bingx-client/services/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from './trade.service';
export * from './account.service';
export * from './listen-key.service';

0 comments on commit f4a95ca

Please sign in to comment.