import { type AppState } from "https://deno.land/x/udibo_react_app@0.1.1/app_server.tsx";
Properties
_app: { route: RouteObject; Provider: ComponentType<{ children: ReactNode; }>; }
For internal use only.
app: { env: AppEnvironment; context: AppContext; render: () => Promise<void>; devPort?: number; error?: HttpError<{ boundary?: string; }>; }
A container for application data and functions.