@cloudbase/js-sdk 2.20.10 → 2.20.12

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/index.d.ts CHANGED
@@ -99,7 +99,7 @@ declare namespace cloudbase {
99
99
  *
100
100
  * @return {!cloudbase.app.App} 初始化成功的Cloudbase实例
101
101
  */
102
- function init(config: ICloudbaseConfig & { lang: LANGS }): cloudbase.app.App;
102
+ function init(config: ICloudbaseConfig & { lang?: LANGS }): cloudbase.app.App;
103
103
 
104
104
  function updateConfig(config: ICloudbaseUpgradedConfig): void;
105
105