UNPKG

tf2-rtp-calculator

Version:

An RTP simulator/calculator for Team Fortress 2 crates.

9 lines 238 B
export interface ITF2CurrencyData { "price": { "value": number; "currency": "keys" | "metal" | "buds" | "usd"; "difference": number; "last_update": number; // timestamp in seconds "value_high": number; }; }