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

ApplicationReference

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

Activity in applications other than Drive.

interface ApplicationReference {
type?: "UNSPECIFIED_REFERENCE_TYPE" | "LINK" | "DISCUSS";
}

§Properties

§
type?: "UNSPECIFIED_REFERENCE_TYPE" | "LINK" | "DISCUSS"
[src]

The reference type corresponding to this event.