fix: type error

This commit is contained in:
Oleg Nechiporenko
2023-06-21 02:46:14 +05:00
parent 241d9deb84
commit 653567f5ff

View File

@@ -1,6 +1,6 @@
import type WebSocket from 'ws';
import PriceFeedSubscription, { type SubscriptionType, type Subscription } from './PriceFeedSubscription.js';
import { BasicAuthCredentials } from '../../../types.js';
import type { BasicAuthCredentials } from '../../../types.js';
export * as schemas from './schemas/index.js';
export class PriceFeedWS {