MCPcopy
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

5import "vite/client";
6
7interface Window {
8 dataLayer: unknown[];
9}
10
11interface ImportMetaEnv {
12 readonly VITE_APP_ENV: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected