Type Alias GameDealsQuery
GameDealsQuery: {
aaa?: boolean;
atLow?: boolean;
cursor?: string;
developer?: string;
endingWithinHours?: number;
featured?: boolean;
freeWeekend?: boolean;
genre?: string;
kind?: string;
limit?: number;
maxPriceCents?: number;
minDiscount?: number;
minRating?: number;
publisher?: string;
q?: string;
sort?: "updated" | "discount" | "ending";
store?: string;
tag?: string;
tier?: string;
}