@hysc/meeting 4.0.55 → 4.0.57

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.
@@ -10,7 +10,7 @@ import { audioOffWatcherValue } from '../type';
10
10
  import BMRoom from './BMRoom';
11
11
  import BMUser from '../BMUser/BMUser';
12
12
  import { CloudRecord, FilePermission } from "./BMRoomVM";
13
- interface OperationCustomStats {
13
+ export interface OperationCustomStats {
14
14
  /**
15
15
  * 是否允许点赞 0 不可用 1可用
16
16
  */
@@ -212,4 +212,3 @@ export default class BMRoomInfo {
212
212
  private setVideoRaiseHandsWatcherValue;
213
213
  private setSimpleRaiseHandsWatcherValue;
214
214
  }
215
- export {};