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

DriveLocationRestrict

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

Drive location search restricts (e.g. "is:starred").

interface DriveLocationRestrict {
type?: "UNSPECIFIED" | "TRASHED" | "STARRED";
}

§Properties

§
type?: "UNSPECIFIED" | "TRASHED" | "STARRED"
[src]