BaseEvent
Defined in: src/types/IEvent.ts:32
Fields shared by every emitted event.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”name:
AccessControlEventName
Defined in: src/types/IEvent.ts:34
The event name (access | change | error).
timestamp
Section titled “timestamp”timestamp:
number
Defined in: src/types/IEvent.ts:36
Epoch milliseconds when the event was emitted.