typings fix
This commit is contained in:
parent
f1279a8a73
commit
15dc7362af
@ -3,13 +3,13 @@ import { MongoClient, MongoClientOptions, Db, Document, WithId, ObjectId } from
|
||||
import { IServer, ILogger, LoggerClientOptions } from "./interfaces/index.js";
|
||||
|
||||
type Credentials = {
|
||||
URI: string,
|
||||
user: string,
|
||||
password: string,
|
||||
host: string,
|
||||
port: number,
|
||||
URI?: string,
|
||||
user?: string,
|
||||
password?: string,
|
||||
host?: string,
|
||||
port?: number,
|
||||
database: string,
|
||||
authDb: string
|
||||
authDb?: string
|
||||
}
|
||||
|
||||
export type MongoOptions = {
|
||||
|
Loading…
Reference in New Issue
Block a user