UNPKG

@master-chief/alpaca-ts

Version:

A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.

6 lines (4 loc) 120 B
import type { Trade } from "./Trade.js"; export type LatestMultiTradesResponse = { trades: Record<string, Trade>; };