We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584d77b commit 8742a3fCopy full SHA for 8742a3f
packages/aliauto/types/index.d.ts
@@ -61,8 +61,7 @@ declare namespace my.aliauto {
61
/**
62
* @summary 打开车辆信息设置
63
*/
64
- success?();
65
- void;
+ success?(): void;
66
}): void;
67
68
export function getDrivingBlock(r?: {
@@ -369,15 +368,15 @@ declare namespace my.aliauto {
369
368
370
371
fail?(): void;
372
- });
+ }): void;
373
374
export function reportAnalytics(s: {
375
376
* 需要在埋点平台提前配置。(有限支持,配合my.canIUse处理兼容).
377
378
eventName: String;
379
data: Object;
380
381
382
export function createGeoFencing(s: {
383
0 commit comments