From fea761a774ccde29593c8700358ddbe2b0c793c0 Mon Sep 17 00:00:00 2001 From: liuzongze Date: Wed, 18 Jun 2025 17:53:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuzongze Change-Id: Ie182fb993a571be4ebe182ea99ecd082c457122c --- api/@ohos.app.ability.InsightIntentDecorator.d.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/api/@ohos.app.ability.InsightIntentDecorator.d.ts b/api/@ohos.app.ability.InsightIntentDecorator.d.ts index af9d9e0ca1..0bdd8dbb9f 100644 --- a/api/@ohos.app.ability.InsightIntentDecorator.d.ts +++ b/api/@ohos.app.ability.InsightIntentDecorator.d.ts @@ -151,17 +151,6 @@ declare interface IntentDecoratorInfo { * @since 20 */ result?: Record; - - /** - * The example of the intent. - * - * @type { ?string } - * @syscap SystemCapability.Ability.AbilityRuntime.Core - * @stagemodelonly - * @atomicservice - * @since 20 - */ - example?: string; } /** -- Gitee