diff --git a/src/services/PriceFeed/ws/index.ts b/src/services/PriceFeed/ws/index.ts index 86d50bd..f086800 100644 --- a/src/services/PriceFeed/ws/index.ts +++ b/src/services/PriceFeed/ws/index.ts @@ -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 {