From 74a6a7d876970ecfbb874d6c98751857f96e0c98 Mon Sep 17 00:00:00 2001 From: fangyunzhong Date: Wed, 25 Jun 2025 21:22:45 +0800 Subject: [PATCH] =?UTF-8?q?number=E8=BD=AClong?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9cc2273ace595d764030c6f927f8383ad9b932f3 Signed-off-by: fangyunzhong --- api/@ohos.enterprise.securityManager.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.enterprise.securityManager.d.ts b/api/@ohos.enterprise.securityManager.d.ts index 9cbb199756..f0cb9d144c 100644 --- a/api/@ohos.enterprise.securityManager.d.ts +++ b/api/@ohos.enterprise.securityManager.d.ts @@ -414,13 +414,13 @@ declare namespace securityManager { /** * Period of validity * - * @type { ?number } + * @type { ?long } * @syscap SystemCapability.Customization.EnterpriseDeviceManager * @stagemodelonly * @since arkts {'1.1':'12', '1.2':'20'} * @arkts 1.1&1.2 */ - validityPeriod?: number; + validityPeriod?: long; /** * Other supplementary description -- Gitee