Properties shared by RawClickHouseEvent and ClickHouseEvent.
| 507 | |
| 508 | /** Properties shared by RawClickHouseEvent and ClickHouseEvent. */ |
| 509 | interface BaseEvent { |
| 510 | uuid: string |
| 511 | event: string |
| 512 | team_id: number |
| 513 | distinct_id: string |
| 514 | /** Person UUID. */ |
| 515 | person_id?: string |
| 516 | } |
| 517 | |
| 518 | export type ISOTimestamp = Brand<string, 'ISOTimestamp'> |
| 519 | export type ClickHouseTimestamp = Brand<string, 'ClickHouseTimestamp'> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…