EventDto
EventDto: { eventTime: string; id: string; message: string; timeCreated: string; timeResolved?: string; title?: string }
Type declaration
eventTime: string
id: string
message: string
timeCreated: string
Optional timeResolved?: string
Optional title?: string
Used when transferring the basic, raw event.