Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/intentui/intentui
/ Window
Interface
Window
src/types/global.d.ts:17–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
declare global {
17
interface
Window {
18
aurelie?: {
19
track?: (name: string, properties?: Record<string, unknown>) => void
20
trackPageview?: () => void
21
}
22
}
23
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected