warframe-worldstate-parser
    Preparing search index...

    Mission typeDef

    interface Mission {
        faction: string;
        node: string;
        type: string;
    }
    Index

    Properties

    Properties

    faction: string
    node: string
    type: string