warframe-worldstate-parser
    Preparing search index...
    interface RawVoidTraderItem {
        ItemType: string;
        PrimePrice?: number;
        RegularPrice?: number;
    }
    Index

    Properties

    ItemType: string
    PrimePrice?: number
    RegularPrice?: number