warframe-worldstate-parser
    Preparing search index...
    interface KuvaLogEntry {
        end: string;
        missiontype?: string;
        realtime?: string;
        solnode: string;
        solnodedata?: SolnodeData;
        start: string;
    }
    Index

    Properties

    end: string
    missiontype?: string
    realtime?: string
    solnode: string
    solnodedata?: SolnodeData
    start: string