UNPKG

trader-server

Version:

OData server for testing strategies, simulating and real trading.

11 lines (10 loc) 250 B
import { ObjectID } from "mongodb"; declare const _default: { "_id": ObjectID; "QuantityPerUnit": string; "UnitPrice": number; "CategoryId": ObjectID; "Name": string; "Discontinued": boolean; }[]; export = _default;