Interface RawData

interface RawData {
    badges: RawBadges;
    banners: RawBanners;
    blooks: RawBlooks;
    booster: RawBooster;
    config: RawConfig;
    credits: RawCredit[];
    emojis: RawEmojis;
    news: RawNews[];
    packs: RawPacks;
    presets: any;
    rarities: RawRarities;
    weekly_shop: RawWeeklyShop;
}

Properties

badges: RawBadges
banners: RawBanners
blooks: RawBlooks
booster: RawBooster
config: RawConfig
credits: RawCredit[]
emojis: RawEmojis
news: RawNews[]
packs: RawPacks
presets: any
rarities: RawRarities
weekly_shop: RawWeeklyShop