warframe-worldstate-parser
    Preparing search index...
    interface RawWeeklyChallenge {
        _id?: Identifier;
        Activation?: ContentTimestamp;
        Challenges: RawChallengeInstance[];
        Expiry?: ContentTimestamp;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Activation?: ContentTimestamp
    Challenges: RawChallengeInstance[]
    Expiry?: ContentTimestamp