typedef: add missing ;

This commit is contained in:
CanadaHonk 2023-01-07 22:32:07 +00:00
parent 6be1245e40
commit d67f5136b2

2
gluon.d.ts vendored
View File

@ -168,7 +168,7 @@ type ControlsApi = {
/** Show (unminimize) the browser window. */
show(): Promise<void>
}
};
type Window = {
/** API for the page of the window. */