nim-web-sdk-ng 0.12.2 → 0.12.3

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.
@@ -77,7 +77,7 @@ export interface ChatroomInterface {
77
77
  * eg . new sdk ( { ... ChatroomInitializeOptions })
78
78
  * @locale
79
79
  */
80
- export declare type ChatroomInitializeOptions = {
80
+ export interface ChatroomInitializeOptions {
81
81
  account: string;
82
82
  /**
83
83
  * @Multi_Lang_Tag
@@ -239,8 +239,8 @@ export declare type ChatroomInitializeOptions = {
239
239
  * @locale
240
240
  */
241
241
  isAbtestEnable?: boolean;
242
- };
243
- export declare type ChatroomOtherOptions = {
242
+ }
243
+ export interface ChatroomOtherOptions {
244
244
  /**
245
245
  * @Multi_Lang_Tag
246
246
  * @locale cn
@@ -252,7 +252,7 @@ export declare type ChatroomOtherOptions = {
252
252
  * @locale
253
253
  */
254
254
  cloudStorageConfig?: NIMEModuleParamCloudStorageConfig;
255
- };
255
+ }
256
256
  /**
257
257
  * @Multi_Lang_Tag
258
258
  * @locale cn