缺少type标签

Signed-off-by: fangyun <fangyun2@huawei.com>
This commit is contained in:
fangyun 2024-07-17 21:22:10 +08:00
parent 388e8ddacc
commit 35fa361db2
2 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,7 @@ declare namespace bundleManager {
/**
* Indicates the user id
*
* @type { ?number }
* @syscap SystemCapability.Customization.EnterpriseDeviceManager
* @StageModelOnly
* @since 12
@ -50,6 +51,7 @@ declare namespace bundleManager {
/**
* Indicates the install flag, which 0 for first install, 1 for cover install
*
* @type { ?number }
* @syscap SystemCapability.Customization.EnterpriseDeviceManager
* @StageModelOnly
* @since 12

View File

@ -42,6 +42,7 @@ declare namespace securityManager {
/**
* True indicates device is encrypted.
*
* @type { boolean }
* @syscap SystemCapability.Customization.EnterpriseDeviceManager
* @systemapi
* @stagemodelonly