Skip to main content
Module

x/steam_trader/src/enums/EOfferFilter.ts

https://deno.land/x/steam_trader
Latest
File
export enum EOfferFilter { "ActiveOnly" = 1, "HistoricalOnly" = 2, "All" = 3,}