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

MongodbChangeStreamPosition

import 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 (in epoch seconds) to start change stream from.