From 5afa6b072f57896358e7c4f77c572c0956db2ab7 Mon Sep 17 00:00:00 2001 From: zhangzezhong Date: Tue, 8 Jul 2025 18:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4@ohos.app.ability.InsightInte?= =?UTF-8?q?ntDecorator.d=E9=87=8CFormDecorator=E7=9A=84api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangzezhong --- ...os.app.ability.InsightIntentDecorator.d.ts | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/api/@ohos.app.ability.InsightIntentDecorator.d.ts b/api/@ohos.app.ability.InsightIntentDecorator.d.ts index 120ed65cf6..4c383007f8 100644 --- a/api/@ohos.app.ability.InsightIntentDecorator.d.ts +++ b/api/@ohos.app.ability.InsightIntentDecorator.d.ts @@ -390,29 +390,6 @@ export declare const InsightIntentFunctionMethod: ((intentInfo: FunctionIntentDe */ export declare const InsightIntentFunction: (() => ClassDecorator); -/** - * Declare interface of FormIntentDecoratorInfo. - * - * @extends IntentDecoratorInfo - * @interface FormIntentDecoratorInfo - * @syscap SystemCapability.Ability.AbilityRuntime.Core - * @stagemodelonly - * @atomicservice - * @since 20 - */ -declare interface FormIntentDecoratorInfo extends IntentDecoratorInfo { -/** - * The form name bound to the intent. - * - * @type { string } - * @syscap SystemCapability.Ability.AbilityRuntime.Core - * @stagemodelonly - * @atomicservice - * @since 20 - */ - formName: string; -} - /** * Declare interface of EntryIntentDecoratorInfo. * -- Gitee