warframe-worldstate-parser
    Preparing search index...
    interface RawChallenge {
        _id?: Identifier;
        Activation?: ContentTimestamp;
        Category: string;
        challengeTypeRefID: string;
        endDate: ContentTimestamp;
        Expiry?: ContentTimestamp;
        params: { n: string; v: number }[];
        PVPMode: string;
        startDate: ContentTimestamp;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Activation?: ContentTimestamp
    Category: string
    challengeTypeRefID: string
    endDate: ContentTimestamp
    Expiry?: ContentTimestamp
    params: { n: string; v: number }[]
    PVPMode: string
    startDate: ContentTimestamp