diff --git a/api/@ohos.enterprise.bundleManager.d.ts b/api/@ohos.enterprise.bundleManager.d.ts index ed736b6a2..1489e793b 100644 --- a/api/@ohos.enterprise.bundleManager.d.ts +++ b/api/@ohos.enterprise.bundleManager.d.ts @@ -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 diff --git a/api/@ohos.enterprise.securityManager.d.ts b/api/@ohos.enterprise.securityManager.d.ts index 8bd5c5bc0..6f6f6be70 100644 --- a/api/@ohos.enterprise.securityManager.d.ts +++ b/api/@ohos.enterprise.securityManager.d.ts @@ -42,6 +42,7 @@ declare namespace securityManager { /** * True indicates device is encrypted. * + * @type { boolean } * @syscap SystemCapability.Customization.EnterpriseDeviceManager * @systemapi * @stagemodelonly