Interface: BaseEventData
Defined in: shared/types/events.ts:21
Base interface for all event data payloads.
Remarksโ
Provides common timestamp field that all events must include. All event interfaces should extend this base interface to ensure consistency.
Extended byโ
CacheInvalidatedEventData
DatabaseConnectionEventData
DatabaseErrorEventData
DatabaseRetryEventData
DatabaseSuccessEventData
MonitorDownEventData
MonitoringControlEventData
MonitorUpEventData
Propertiesโ
timestampโ
timestamp:
number
Defined in: shared/types/events.ts:25
The time (in ms since epoch) when the event occurred.