interface SteamSearchResponse {
    asOf: null | string;
    items: SteamSearchItem[];
    total: number;
}

Properties

Properties

asOf: null | string
total: number