UNPKG

120 BTypeScriptView Raw
1import { ObjectID } from "../driver/mongodb/typings";
2export declare type EntityId = string | number | Date | ObjectID;