UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

11 lines 443 B
import "reflect-metadata"; import mongoose from "mongoose"; export declare function connect(onConnected?: (_db?: typeof mongoose, connection?: mongoose.Connection) => void): Promise<typeof mongoose>; export declare function disconnect(): Promise<void>; declare const AppDatabase: { db: typeof mongoose; connect: typeof connect; disconnect: typeof disconnect; }; export default AppDatabase; //# sourceMappingURL=AppDatabase.d.ts.map