diff --git a/gluon.d.ts b/gluon.d.ts index 4812f2c..13176fd 100644 --- a/gluon.d.ts +++ b/gluon.d.ts @@ -168,7 +168,7 @@ type ControlsApi = { /** Show (unminimize) the browser window. */ show(): Promise -} +}; type Window = { /** API for the page of the window. */