UNPKG

steam-market

Version:
7 lines (6 loc) 192 B
import type { CreateBuyOrderResponse } from './CreateBuyOrderResponse.js'; export interface CreateBuyOrder { _data: CreateBuyOrderResponse; success: boolean; buyOrderId: number; }