One result of a full Steam catalog search (/games/steam/search) — may or may not be in the deals catalog.

interface SteamSearchItem {
    capsule: null | string;
    header: string;
    inCatalog: boolean;
    steamAppId: number;
    title: string;
}

Properties

capsule: null | string
header: string
inCatalog: boolean
steamAppId: number
title: string