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

SharedDriveInfo

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

The shared drives to search

interface SharedDriveInfo {
sharedDriveIds?: string[];
}

§Properties

§
sharedDriveIds?: string[]
[src]

A list of shared drive IDs, as provided by the Drive API.