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

AppIcons

import type { AppIcons } from "https://googleapis.deno.dev/v1/drive:v3.ts";
interface AppIcons {
category?: string;
iconUrl?: string;
size?: number;
}

§Properties

§
category?: string
[src]

Category of the icon. Allowed values are: * application - The icon for the application. * document - The icon for a file associated with the app. * documentShared - The icon for a shared file associated with the app.

§
iconUrl?: string
[src]

URL for the icon.

§
size?: number
[src]

Size of the icon. Represented as the maximum of the width and height.