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

DriveTimeSpanRestrict

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

The time span search restrict (e.g. "after:2017-09-11 before:2017-09-12").

interface DriveTimeSpanRestrict {
type?:
| "UNSPECIFIED"
| "TODAY"
| "YESTERDAY"
| "LAST_7_DAYS"
| "LAST_30_DAYS"
| "LAST_90_DAYS";
}

§Properties

§
type?: "UNSPECIFIED" | "TODAY" | "YESTERDAY" | "LAST_7_DAYS" | "LAST_30_DAYS" | "LAST_90_DAYS"
[src]