warframe-worldstate-parser
    Preparing search index...

    Interface RawReward

    interface RawReward {
        countedItems?: { ItemCount: number; ItemType: string }[];
        credits?: number;
        items: string[];
    }
    Index

    Properties

    countedItems?: { ItemCount: number; ItemType: string }[]
    credits?: number
    items: string[]