UNPKG

@master-chief/alpaca-ts

Version:

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

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