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

Properties

Action: "sell_to_trader"
type: string
tid: string
price: number
items: Item[]