MCPcopy
hub / github.com/Flagsmith/flagsmith / PageviewFieldsObject

Interface PageviewFieldsObject

frontend/global.d.ts:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { TooltipProps } from './web/components/Tooltip'
13declare namespace UniversalAnalytics {
14 interface PageviewFieldsObject {
15 hitType: 'pageview' | 'event'
16 location?: string
17 page?: string
18 title?: string
19 [key: string]: any
20 }
21}
22export declare const openModal: (name?: string) => Promise<void>
23declare global {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected