core-utils
    Preparing search index...
    interface TimelineConsoleEntry {
        kind: "console";
        offsetMs: number;
        text: string;
        type: string;
    }
    Index

    Properties

    Properties

    kind: "console"
    offsetMs: number
    text: string
    type: string