MCPcopy
hub / github.com/PostHog/posthog / BaseEvent

Interface BaseEvent

plugin-server/src/types.ts:509–516  ·  view source on GitHub ↗

Properties shared by RawClickHouseEvent and ClickHouseEvent.

Source from the content-addressed store, hash-verified

507
508/** Properties shared by RawClickHouseEvent and ClickHouseEvent. */
509interface BaseEvent {
510 uuid: string
511 event: string
512 team_id: number
513 distinct_id: string
514 /** Person UUID. */
515 person_id?: string
516}
517
518export type ISOTimestamp = Brand<string, 'ISOTimestamp'>
519export type ClickHouseTimestamp = Brand<string, 'ClickHouseTimestamp'>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…