Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
declare global {
4
interface
Window {
5
gtag: any;
6
fireEvent: (props: GAEventType) => void;
7
}
8
}
9
10
export
type
GAEventType = {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected