Thanks to visit codestin.com
Credit goes to mongodb.github.io

Interface ServerApi

interface ServerApi {
    deprecationErrors?: boolean;
    strict?: boolean;
    version: "1";
}

Properties

deprecationErrors?: boolean
strict?: boolean
version: "1"