interface ProcessOutputLine {
    line: string;
    ts: number;
}

Properties

Properties

line: string
ts: number