@hylid/types
Advanced tools
Comparing version 4.0.0-alpha.4 to 4.0.0-alpha.5
@@ -17,3 +17,2 @@ /// <reference types="miniprogram" /> | ||
getResponse?: boolean; | ||
[key: string]: any; | ||
} | ||
@@ -95,3 +94,3 @@ export interface getCurrentPagesOptions { | ||
request: PickMPAttr<'request'>; | ||
}) => PickPromiseAttr<PickMPAttr<"rpc">>; | ||
}) => PickPromiseAttr<PickMPAttr<'rpc'>>; | ||
rpcWithAuth: PickMPAttr<'rpc'>; | ||
@@ -186,2 +185,8 @@ rpcWithAuthAPlus: PickMPAttr<'rpc'>; | ||
}>) => void; | ||
getLocation: (args: { | ||
bizType?: string; | ||
requestType?: number; | ||
timeout?: number; | ||
horizontalAccuracy?: number; | ||
} & GetLocationArgs) => void; | ||
} | ||
@@ -188,0 +193,0 @@ export declare type HeadModel = { |
{ | ||
"name": "@hylid/types", | ||
"version": "4.0.0-alpha.4", | ||
"version": "4.0.0-alpha.5", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18971
565