warframe-worldstate-parser
    Preparing search index...
    interface RawChallengeInstance {
        DamageType?: string;
        MinimumEnemyLevel: string;
        ProgressIndicatorFreq: string;
        RequiredCount: string;
        Script?: { _faction: string };
        Type: string;
        VictimType?: string[];
    }
    Index

    Properties

    DamageType?: string
    MinimumEnemyLevel: string
    ProgressIndicatorFreq: string
    RequiredCount: string
    Script?: { _faction: string }
    Type: string
    VictimType?: string[]