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

TimeRange

import type { TimeRange } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

A time range.

interface TimeRange {
endTime?: Date;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

Required. The upper bound of a time range, inclusive.

§
startTime?: Date
[src]

Required. The lower bound of a time range, inclusive.