diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index 15827e5d55b02b08a11ffe3858798059cd8719a5..ed27a982eed29402b49a467d2d1b03602ba8f7f4 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -33,7 +33,6 @@ declare namespace window { TYPE_APP, /** * System alert. - * @StageModelOnly */ TYPE_SYSTEM_ALERT, /** @@ -495,7 +494,6 @@ declare namespace window { * Get the final show window. * @param ctx Indicates the context on which the window depends * @since 8 - * @StageModelOnly */ function getTopWindow(ctx: Context): Promise; @@ -503,7 +501,6 @@ declare namespace window { * Get the final show window. * @param ctx Indicates the context on which the window depends * @since 8 - * @StageModelOnly */ function getTopWindow(ctx: Context, callback: AsyncCallback): void;