Skip to content

Commit

Permalink
fix: explicit type
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Sep 20, 2023
1 parent c4f10eb commit aa47fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/nw.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
declare global {
interface Window {
nw: any;
nw: object;
}
}

Expand Down

0 comments on commit aa47fd1

Please sign in to comment.