diff --git a/index.ts b/index.ts index b7176e3..db6240f 100644 --- a/index.ts +++ b/index.ts @@ -1,4 +1,4 @@ export { MessageBroker, BrokerOptions } from "./src/MessageBroker.js"; export { MariaDB, MariaOptions } from './src/MariaDB.js'; export { MongoDB, MongoOptions } from './src/MongoDB.js'; -export { ObjectId } from 'mongodb'; \ No newline at end of file +export { ObjectId, Document, DeleteResult } from 'mongodb'; \ No newline at end of file