warframe-worldstate-parser
    Preparing search index...

    Interface RawFissure

    interface RawFissure {
        _id?: Identifier;
        Activation: ContentTimestamp;
        ActiveMissionTier: string;
        Expiry: ContentTimestamp;
        Hard?: boolean;
        MissionType: string;
        Modifier: string;
        Node: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Activation: ContentTimestamp
    ActiveMissionTier: string
    Expiry: ContentTimestamp
    Hard?: boolean
    MissionType: string
    Modifier: string
    Node: string