core-utils
    Preparing search index...
    interface TimelineNetworkEntry {
        kind: "network";
        method: string;
        networkId: string;
        offsetMs: number;
        status: number;
        url: string;
    }
    Index

    Properties

    kind: "network"
    method: string
    networkId: string
    offsetMs: number
    status: number
    url: string