Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MongodbCluster

import type { MongodbCluster } from "https://googleapis.deno.dev/v1/datastream:v1.ts";

MongoDB Cluster structure.

interface MongodbCluster {
databases?: MongodbDatabase[];
}

§Properties

§
databases?: MongodbDatabase[]
[src]

MongoDB databases in the cluster.