warframe-worldstate-parser
    Preparing search index...

    Interface RawGlobalUpgrade

    interface RawGlobalUpgrade {
        _id?: Identifier;
        Activation: ContentTimestamp;
        Expiry: ContentTimestamp;
        OperationType: string;
        UpgradeType: string;
        Value: number;
    }

    Hierarchy (View Summary)

    Index
    Activation: ContentTimestamp
    Expiry: ContentTimestamp
    OperationType: string
    UpgradeType: string
    Value: number