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

SystemEvent

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

Event triggered by system operations instead of end users.

interface SystemEvent {
type?: "TYPE_UNSPECIFIED" | "USER_DELETION" | "TRASH_AUTO_PURGE";
}

§Properties

§
type?: "TYPE_UNSPECIFIED" | "USER_DELETION" | "TRASH_AUTO_PURGE"
[src]

The type of the system event that may triggered activity.