From aeb05f993f865de983947611dbdacc63caa1203a Mon Sep 17 00:00:00 2001 From: houdisheng Date: Tue, 26 Apr 2022 16:19:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3=EF=BC=8C?= =?UTF-8?q?=E9=80=82=E9=85=8D.d.ts=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: houdisheng --- .../reference/apis/js-apis-deviceUsageStatistics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md b/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md index 3d0c872549..695263299e 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md +++ b/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md @@ -515,7 +515,7 @@ FA的使用信息的属性集合。 | abilityIconId | number | 否 | FA的MainAbility iconId。| | launchedCount | number | 是 | FA的启动次数。| | lastModuleUsedTime | number | 是 | FA的上一次使用时间。| -| formRecords | Array | 是 | FA中卡片的使用记录。| +| formRecords | Array<Array<[BundleActiveFormInfo](#bundleactiveforminfo)>> | 是 | FA中卡片的使用记录。| ## BundleActiveFormInfo9+ FA卡片的使用信息的属性集合。 -- GitLab