diff --git a/src/types/nw.d.ts b/src/types/nw.d.ts index b1d5c99..586d330 100644 --- a/src/types/nw.d.ts +++ b/src/types/nw.d.ts @@ -1,6 +1,6 @@ declare global { interface Window { - nw: any; + nw: object; } }