@hysc/meeting 10.5.3 → 10.5.4

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.
package/dist/index.d.mts CHANGED
@@ -738,6 +738,7 @@ declare class BMUser {
738
738
  * 用户信息
739
739
  */
740
740
  userInfo: UserInfo;
741
+ customInfo?: any;
741
742
  nickName: string;
742
743
  isMaster: boolean;
743
744
  isManager: boolean;
package/dist/index.d.ts CHANGED
@@ -738,6 +738,7 @@ declare class BMUser {
738
738
  * 用户信息
739
739
  */
740
740
  userInfo: UserInfo;
741
+ customInfo?: any;
741
742
  nickName: string;
742
743
  isMaster: boolean;
743
744
  isManager: boolean;