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

TimestampValues

import type { TimestampValues } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

List of timestamp values.

interface TimestampValues {
values?: Date[];
}

§Properties

§
values?: Date[]
[src]