From 1a9a66215b0844f0375cc6a03ffc724cf1317279 Mon Sep 17 00:00:00 2001 From: wanchengzhen Date: Mon, 21 Feb 2022 16:23:38 +0800 Subject: [PATCH] update d.ts file Signed-off-by: wanchengzhen --- api/@ohos.application.Ability.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.application.Ability.d.ts b/api/@ohos.application.Ability.d.ts index 90e2439bb2..65963be527 100755 --- a/api/@ohos.application.Ability.d.ts +++ b/api/@ohos.application.Ability.d.ts @@ -37,7 +37,7 @@ import rpc from '/@ohos.rpc'; * @sysCap AAFwk * @StageModelOnly */ - call(method, data: rpc.Sequenceable): Promise; + call(method: string, data: rpc.Sequenceable): Promise; /** * Notify the server of Sequenceable type data and return the notification result. -- Gitee