KC's Workspace
    Preparing search index...
    interface UserConsoleLog {
        browser?: boolean;
        content: string;
        origin?: string;
        size: number;
        taskId?: string;
        time: number;
        type: "stdout" | "stderr";
    }
    Index

    Properties

    browser?: boolean
    content: string
    origin?: string
    size: number
    taskId?: string
    time: number
    type: "stdout" | "stderr"