import { type AppWindow } from "https://deno.land/x/udibo_react_app@0.17.0/env.ts";
A type representing the browser's window object augmented with an app
property that is used for internal purposes only.
definition: window & { app: { env: AppEnvironment; context: AppContext; error?: HttpErrorOptions; }; }