import { Trade } from "./trades.js";
export type SubscribeTradesResponse = Trade[];
