MCPcopy
hub / github.com/umami-software/umami / EventData

Interface EventData

src/tracker/index.d.ts:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 * - Objects have a max of 50 properties. Arrays are considered 1 property.
67 */
68export interface EventData {
69 [key: string]: boolean | number | string | EventData | boolean[] | number[] | string[] | EventData[];
70}
71
72export type EventProperties = {
73 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected