interface LogsRawResponse {
    entries: LogEntry[];
    size: TerminalSize;
}

Properties

Properties

entries: LogEntry[]