add releaseType

Signed-off-by: zhaogan <zhaogan2@huawei.com>
This commit is contained in:
zhaogan 2024-07-04 09:28:21 +08:00
parent aeae1dce8a
commit 90e52326b1

View File

@ -575,6 +575,17 @@ export interface ApplicationInfo {
* @since 12
*/
readonly installSource: string;
/**
* Indicates the release type of the app
*
* @type { string }
* @readonly
* @syscap SystemCapability.BundleManager.BundleFramework.Core
* @atomicservice
* @since 12
*/
readonly releaseType: string;
}
/**