Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
pamapa committed Jul 21, 2021
1 parent 28662f2 commit f77455d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigators/IWindow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

export interface IWindow {
navigate(params: any): Promise<unknown>;
navigate(params: any): Promise<any>;
close(): void;
}

0 comments on commit f77455d

Please sign in to comment.