mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 21:23:24 +01:00
4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
|
import { MongoDatabase } from "lambert-db";
|
||
|
declare const db: MongoDatabase;
|
||
|
export default db;
|