EventLogLine

interface EventLogLine {
    msg?: string;
    timestamp: string;
}

Properties

Properties

msg?: string

EventLogLine

timestamp: string

EventLogLine