Interface IMongoDBConfig

interface IMongoDBConfig {
    host: string;
    name: string;
    options: mongoose.ConnectOptions;
}

Hierarchy (view full)

Properties

Properties

host: string
name: string