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

Delete

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

An object was deleted.

interface Delete {
type?: "TYPE_UNSPECIFIED" | "TRASH" | "PERMANENT_DELETE";
}

§Properties

§
type?: "TYPE_UNSPECIFIED" | "TRASH" | "PERMANENT_DELETE"
[src]

The type of delete action taken.