Type alias SteamWish

SteamWish: {
    added: number;
    background: string;
    capsule: string;
    deck_compat: string;
    early_access: number;
    is_free_game: false;
    name: string;
    platform_icons: string;
    priority: number;
    rank: number;
    release_date: string;
    release_string: string;
    review_css: string;
    review_desc: string;
    review_score: number;
    reviews_percent: number;
    reviews_total: string;
    screenshots: string[];
    subs: {
        bundleid: any;
        discount_block: string;
        discount_pct: any;
        packageid: number;
        price: string;
    }[];
    tags: string[];
    type: string;
    win: number;
}

Type declaration

  • added: number
  • background: string
  • capsule: string
  • deck_compat: string
  • early_access: number
  • is_free_game: false
  • name: string
  • platform_icons: string
  • priority: number
  • rank: number
  • release_date: string
  • release_string: string
  • review_css: string
  • review_desc: string
  • review_score: number
  • reviews_percent: number
  • reviews_total: string
  • screenshots: string[]
  • subs: {
        bundleid: any;
        discount_block: string;
        discount_pct: any;
        packageid: number;
        price: string;
    }[]
  • tags: string[]
  • type: string
  • win: number

Generated using TypeDoc