superapp-miniapp-invoke-native 1.9.0 → 1.9.2
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 +2 -4
- package/package.json +1 -1
package/lib/main.d.ts
CHANGED
|
@@ -328,15 +328,13 @@ declare interface PollingPluginsHandleType {
|
|
|
328
328
|
}
|
|
329
329
|
|
|
330
330
|
declare interface Process_ParamsType {
|
|
331
|
-
orderId: string;
|
|
332
|
-
orderPrice: string;
|
|
333
331
|
[key: string]: string;
|
|
334
332
|
}
|
|
335
333
|
|
|
336
334
|
export declare interface ProcessParamsType {
|
|
337
|
-
type: string;
|
|
338
335
|
params: Process_ParamsType;
|
|
339
|
-
redirect
|
|
336
|
+
redirect: RedirectType;
|
|
337
|
+
[key: string]: any;
|
|
340
338
|
}
|
|
341
339
|
|
|
342
340
|
declare interface RedirectType {
|
package/package.json
CHANGED