diff --git a/api/@ohos.pluginComponent.d.ts b/api/@ohos.pluginComponent.d.ts index 40b064b1b..434e1f1f7 100644 --- a/api/@ohos.pluginComponent.d.ts +++ b/api/@ohos.pluginComponent.d.ts @@ -587,11 +587,11 @@ declare namespace pluginComponentManager { * Plugin component request event callback. * * @typedef { function } OnRequestEventCallback + * @returns { RequestEventResult } Returns the RequestEventResult. * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 12 */ - type OnRequestEventCallback = (source: Want, name: string, data: KVObject) => RequestEventResult; /**