diff --git a/api/bundle/applicationInfo.d.ts b/api/bundle/applicationInfo.d.ts index 6ded16d32bb991b2c9eb3466a5ca50e0a8df085a..c6c1293068c3a9f82d9cdc6d91e10655719fdac6 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 +}