We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72aed8 commit 5906f03Copy full SHA for 5906f03
src/websocket-api-client.ts
@@ -1,8 +1,8 @@
1
import { CancelOrderRequestV3 } from './types/request/v3/trade.js';
2
import { CancelOrderResponseV3 } from './types/response/v3/trade.js';
3
+import { WSAPIResponse } from './types/websockets/ws-api.js';
4
import { WSAPIPlaceOrderRequestV3 } from './types/websockets/ws-api-request.js';
5
import { WSAPIPlaceOrderResponseV3 } from './types/websockets/ws-api-response.js';
-import { WSAPIResponse } from './types/websockets/ws-api.js';
6
import {
7
BitgetInstTypeV3,
8
WSClientConfigurableOptions,
0 commit comments