MCPcopy
hub / github.com/crawlab-team/artipub / Window

Interface Window

frontend/src/typings.d.ts:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 nonInteraction?: boolean;
27}
28interface Window {
29 ga: (
30 command: 'send',
31 hitType: 'event' | 'pageview',
32 fieldsObject: GAFieldsObject | string,
33 ) => void;
34}
35
36declare let ga: Function;
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected