export interface CreateBuyOrderOptions {
    marketHashName: string;
    price: number;
    amount: number;
}
