DateRangeCopyimport type { DateRange } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";A date range. interface DateRange {endDate?: Date;startDate?: Date;}§Properties§endDate?: Date[src]The upper bound of the date range, inclusive. Must specify a positive value for year, month, and day. §startDate?: Date[src]The lower bound of the date range, inclusive. Must specify a positive value for year, month, and day.