MCPcopy
hub / github.com/nilbuild/developer-roadmap / Window

Interface Window

src/components/Analytics/analytics.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare global {
4 interface Window {
5 gtag: any;
6 fireEvent: (props: GAEventType) => void;
7 }
8}
9
10export type GAEventType = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected