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

GoogleAppsScriptTypeAddOnEntryPoint

import type { GoogleAppsScriptTypeAddOnEntryPoint } from "https://googleapis.deno.dev/v1/script:v1.ts";

An add-on entry point.

interface GoogleAppsScriptTypeAddOnEntryPoint {
addOnType?: "UNKNOWN_ADDON_TYPE" | "GMAIL" | "DATA_STUDIO";
description?: string;
helpUrl?: string;
postInstallTipUrl?: string;
reportIssueUrl?: string;
title?: string;
}

§Properties

§
addOnType?: "UNKNOWN_ADDON_TYPE" | "GMAIL" | "DATA_STUDIO"
[src]

The add-on's required list of supported container types.

§
description?: string
[src]

The add-on's optional description.

§
helpUrl?: string
[src]

The add-on's optional help URL.

§
postInstallTipUrl?: string
[src]

The add-on's required post install tip URL.

§
reportIssueUrl?: string
[src]

The add-on's optional report issue URL.

§
title?: string
[src]

The add-on's required title.