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

DateList

import type { DateList } from "https://googleapis.deno.dev/v1/gmailpostmastertools:v2.ts";

A set of specific dates.

interface DateList {
dates?: Date[];
}

§Properties

§
dates?: Date[]
[src]

Required. The list of specific dates for which to retrieve data.