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

Folder

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

This item is deprecated; please see DriveFolder instead.

interface Folder {
type?:
| "TYPE_UNSPECIFIED"
| "MY_DRIVE_ROOT"
| "TEAM_DRIVE_ROOT"
| "STANDARD_FOLDER";
}

§Properties

§
type?: "TYPE_UNSPECIFIED" | "MY_DRIVE_ROOT" | "TEAM_DRIVE_ROOT" | "STANDARD_FOLDER"
[src]

This field is deprecated; please see DriveFolder.type instead.