UNPKG

odata-v4-server

Version:
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;