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

Properties

Action:
| "buy_from_trader"
| "TradingConfirm"
| "RestoreHealth"
| "SptInsure"
| "SptRepair"
| ""
type: string
tid: string
item_id: string
count: number
scheme_id: number
scheme_items: SchemeItem[]