Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface game.IGetItemPricesResponse
import { type game } from "https://deno.land/x/sptaki@1.2.0/models/mod.ts";
const { IGetItemPricesResponse } = game;

Properties

supplyNextTime: number
prices: Record<string, number>
currencyCourses: Record<string, number>