Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kriasoft/graphql-starter-kit
/ Window
Interface
Window
app/global.d.ts:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
import
"vite/client"
;
6
7
interface
Window {
8
dataLayer: unknown[];
9
}
10
11
interface
ImportMetaEnv {
12
readonly VITE_APP_ENV: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected