interface LogEntry {
    m: string;
    t: string;
}

Properties

m t

Properties

m: string
t: string