mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-29 00:57:56 +03:00
fix: type error
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user