Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias GetTradeOffersOptions
import { type GetTradeOffersOptions } from "https://deno.land/x/steam_trader@v0.4.0/src/steam_api/requests/IEconService.ts";
definition: { get_sent_offers: boolean; get_received_offers: boolean; get_descriptions: boolean; language: string; active_only: boolean; historical_only: boolean; time_historical_cutoff: string | number; }