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

Restore

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

A deleted object was restored.

interface Restore {
type?: "TYPE_UNSPECIFIED" | "UNTRASH";
}

§Properties

§
type?: "TYPE_UNSPECIFIED" | "UNTRASH"
[src]

The type of restore action taken.