diff --git a/index.ts b/index.ts index db6240f..b2fee76 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, Document, DeleteResult } from 'mongodb'; \ No newline at end of file +export { ObjectId, Document, DeleteResult, Collection } from 'mongodb'; \ No newline at end of file