From 2ef805c54e6f15efdfefdbd189d44646f0ec502e Mon Sep 17 00:00:00 2001 From: jackd320 Date: Mon, 9 Jan 2023 07:30:21 +0000 Subject: [PATCH] =?UTF-8?q?Description:=20update=20d.ts=E6=96=B0=E5=A2=9Ec?= =?UTF-8?q?omponentExtra=E5=AD=97=E6=AE=B5=20Signed-off-by:=20=E6=88=B4?= =?UTF-8?q?=E7=90=A8=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/@ohos.update.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/@ohos.update.d.ts b/api/@ohos.update.d.ts index b4d5fb04fc..b061190c2d 100644 --- a/api/@ohos.update.d.ts +++ b/api/@ohos.update.d.ts @@ -480,6 +480,11 @@ declare namespace update { * @since 9 */ descriptionInfo: DescriptionInfo; + + /** + * 组件额外信息 + */ + componentExtra: string; } /** -- Gitee