UNPKG

steam-market

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