warframe-worldstate-parser
    Preparing search index...

    Interface RawInvasion

    interface RawInvasion {
        _id?: Identifier;
        Activation: ContentTimestamp;
        AttackerMissionInfo: { faction: string };
        AttackerReward: RawReward;
        Completed: boolean;
        Count: number;
        DefenderMissionInfo: { faction: string };
        DefenderReward: RawReward;
        Expiry?: ContentTimestamp;
        Goal: number;
        LocTag: string;
        Node: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Activation: ContentTimestamp
    AttackerMissionInfo: { faction: string }
    AttackerReward: RawReward
    Completed: boolean
    Count: number
    DefenderMissionInfo: { faction: string }
    DefenderReward: RawReward
    Expiry?: ContentTimestamp
    Goal: number
    LocTag: string
    Node: string