MongodbChangeStreamPositionCopyimport type { MongodbChangeStreamPosition } from "https://googleapis.deno.dev/v1/datastream:v1.ts";MongoDB change stream position interface MongodbChangeStreamPosition {startTime?: Date;}§Properties§startTime?: Date[src]Required. The timestamp to start change stream from.