diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index 5eb3d738e067d90fd31a3685bed510e7be795dd5..328989f174759e5f0a66e430c658b4be1da147e2 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -9566,7 +9566,7 @@ declare namespace window { /** * Raise main window above another. * - * @param { number } windowId - Indicates target window id. + * @param { int } windowId - Indicates target window id. * @returns { Promise } - The promise returned by the function. * @throws { BusinessError } 202 - Permission verification failed. A non-system application calls a system API. * @throws { BusinessError } 801 - Capability not supported. @@ -9580,7 +9580,7 @@ declare namespace window { * @systemapi Hide this for inner system use. * @since 20 */ - raiseMainWindowAboveTarget(windowId: number): Promise; + raiseMainWindowAboveTarget(windowId: int): Promise; /** * Set whether to enable an app sub window to raise itself by click.