UNPKG

@dota2classic/steam-market

Version:
9 lines (8 loc) 234 B
import { type PriceOverviewResponse } from './PriceOverviewResponse.js'; export interface PriceOverview { _data: PriceOverviewResponse; success: boolean; lowestPrice: string; volume: number; medianPrice: string; }