interface ConsoleLog {
    previous?: LogEntry;
    text: string;
}

Hierarchy (view full)

Properties

Properties

previous?: LogEntry
text: string