UNPKG

steam-market

Version:
8 lines (7 loc) 202 B
import type { PriceResponse } from './PriceResponse.js'; export interface PriceHistoryResponse { success: boolean; price_prefix: string; price_suffix: string; prices: PriceResponse[]; }