From f3a0e16ca06b6d304c1f35094a2e0ee8d0af4032 Mon Sep 17 00:00:00 2001 From: shuaiyutao Date: Tue, 8 Feb 2022 17:36:39 +0800 Subject: [PATCH] fix moduleInfo to moduleInfos Signed-off-by: shuaiyutao --- api/bundle/applicationInfo.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/bundle/applicationInfo.d.ts b/api/bundle/applicationInfo.d.ts index 6ded16d32b..c6c1293068 100644 --- a/api/bundle/applicationInfo.d.ts +++ b/api/bundle/applicationInfo.d.ts @@ -121,7 +121,7 @@ export interface ApplicationInfo { * @since 7 * @SysCap SystemCapability.Appexecfwk */ - readonly moduleInfo: Array; + readonly moduleInfos: Array; /** * @default Indicates the path where the {@code Entry.hap} file of the application is saved @@ -185,4 +185,4 @@ export interface ApplicationInfo { * @SysCap SystemCapability.Appexecfwk */ readonly entityType: string; -} \ No newline at end of file +} -- Gitee