UNPKG

200 BPlain TextView Raw
1import Mongoose = require('mongoose');
2
3export import ObjectId = Mongoose.Types.ObjectId;
4export import Mixed = Mongoose.SchemaType;
5
6export var Types = {
7 ObjectId: ObjectId,
8 Mixed: Mixed
9}
\No newline at end of file