From 9fc8a5301a6b105047ffa7b8a2261dd8eab12fb2 Mon Sep 17 00:00:00 2001 From: hhl Date: Fri, 15 Aug 2025 12:20:08 +0800 Subject: [PATCH] number to int Signed-off-by: hhl --- api/@ohos.app.ability.appRecovery.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/@ohos.app.ability.appRecovery.d.ts b/api/@ohos.app.ability.appRecovery.d.ts index 517fb27763..3a430e8e4d 100644 --- a/api/@ohos.app.ability.appRecovery.d.ts +++ b/api/@ohos.app.ability.appRecovery.d.ts @@ -55,7 +55,7 @@ declare namespace appRecovery { /** * The flag that determines when to restart you app. * - * @enum { number } + * @enum { int } * @syscap SystemCapability.Ability.AbilityRuntime.Core * @atomicservice * @since arkts {'1.1':'11','1.2':'20'} @@ -141,7 +141,7 @@ declare namespace appRecovery { * When start saving ability state, the { ohos.app.ability.UiAbility.onSaveState } will be called and * the page stack of current ability will be saved automatically. * - * @enum { number } + * @enum { int } * @syscap SystemCapability.Ability.AbilityRuntime.Core * @atomicservice * @since arkts {'1.1':'11','1.2':'20'} @@ -195,7 +195,7 @@ declare namespace appRecovery { /** * The flag that determines how to save the ability state. * - * @enum { number } + * @enum { int } * @syscap SystemCapability.Ability.AbilityRuntime.Core * @atomicservice * @since arkts {'1.1':'11','1.2':'20'} -- Gitee