@barchart/chart-lib 2.325.2 → 2.326.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2379,6 +2379,7 @@ declare module "@barchart/chart-lib" {
2379
2379
  }
2380
2380
 
2381
2381
  class OpenFeed extends BaseDataFeed {
2382
+ multiplexer: any;
2382
2383
  listener?: any;
2383
2384
  client?: any;
2384
2385
  }