MongodbObjectIdentifier
import type { MongodbObjectIdentifier } from "https://googleapis.deno.dev/v1/datastream:v1.ts";
MongoDB data source object identifier.
interface MongodbObjectIdentifier {
collection?: string;
database?: string;
}import type { MongodbObjectIdentifier } from "https://googleapis.deno.dev/v1/datastream:v1.ts";
MongoDB data source object identifier.