UNPKG

steam-market

Version:
7 lines (6 loc) 139 B
export interface PriceOverviewResponse { success: boolean; lowest_price: string; volume?: string; median_price?: string; }