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 { Quote } from "./Quote.js"; export declare type LatestMultiQuotesResponse = { quotes: Record<string, Quote>; };