superapp-miniapp-invoke-native 1.9.10 → 1.9.11

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/lib/main.d.ts CHANGED
@@ -134,6 +134,7 @@ declare class CommunicatePlugins implements CommunicatePluginsHookType {
134
134
  switchLanguage(sendSwitchLanguageParams: SendSwitchLanguageParamsType): void;
135
135
  setupMiniApp(setupMiniAppParams: SetupMiniAppParamsType): void;
136
136
  switchStore(sendSwitchStoreParams: SendSwitchStoreParamsType): void;
137
+ closeMiniApp(): Promise<void>;
137
138
  }
138
139
 
139
140
  declare interface CommunicatePluginsHookType {