warframe-worldstate-parser
    Preparing search index...
    interface RawDay {
        challenge?: string;
        dialogueConvo?: string;
        dialogueName?: string;
        reward?: string;
        type: string;
        upgrade?: string;
    }
    Index

    Properties

    challenge?: string
    dialogueConvo?: string
    dialogueName?: string
    reward?: string
    type: string
    upgrade?: string