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

TeamDriveReference

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

This item is deprecated; please see DriveReference instead.

interface TeamDriveReference {
name?: string;
title?: string;
}

§Properties

§
name?: string
[src]

This field is deprecated; please see DriveReference.name instead.

§
title?: string
[src]

This field is deprecated; please see DriveReference.title instead.