Export PriceFeedWS

This commit is contained in:
Aleksandr Kraiz
2023-04-10 15:04:10 +04:00
parent 52cd0ebbd5
commit e930fd93fa
2 changed files with 2 additions and 2 deletions

View File

@@ -69,5 +69,5 @@ class PriceFeed {
}
export * as schemas from './schemas/index.js';
export * as ws from './ws/index.js';
export { PriceFeed };