Interface: EventOptions
Interface: EventOptions
EventOptions.
Extends
Record<string,unknown>
Extended by
Indexable
[key: string]: unknown
Properties
metadata?
optional metadata: Record<string, unknown>;
source?
optional source: object;
timeStamp?
optional timeStamp: number;
type?
optional type: string;
