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

AppList

import type { AppList } from "https://googleapis.deno.dev/v1/drive:v3.ts";

A list of third-party applications which the user has installed or given access to Google Drive.

interface AppList {
defaultAppIds?: string[];
items?: App[];
kind?: string;
selfLink?: string;
}

§Properties

§
defaultAppIds?: string[]
[src]

The list of app IDs that the user has specified to use by default. The list is in reverse-priority order (lowest to highest).

§
items?: App[]
[src]

The list of apps.

§
kind?: string
[src]

Output only. Identifies what kind of resource this is. Value: the fixed string "drive#appList".