From 0320333086ee1283a5857ecc980505ff01b2d54f Mon Sep 17 00:00:00 2001 From: jackd320 Date: Wed, 24 Aug 2022 10:04:34 +0000 Subject: [PATCH] Signed-off-by: jackd320 Signed-off-by: jackd320 --- api/@ohos.update.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.update.d.ts b/api/@ohos.update.d.ts index 9469bd37e2..a77604748c 100644 --- a/api/@ohos.update.d.ts +++ b/api/@ohos.update.d.ts @@ -370,7 +370,7 @@ declare namespace update { * * @since 9 */ - componentId: number; + componentId: string; /** * Component type @@ -454,7 +454,7 @@ declare namespace update { * * @since 9 */ - componentId: number; + componentId: string; /** * Description info -- Gitee