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

GoogleAppsScriptTypeWebAppEntryPoint

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

A web application entry point.

interface GoogleAppsScriptTypeWebAppEntryPoint {
url?: string;
}

§Properties

§

The entry point's configuration.

§
url?: string
[src]

The URL for the web application.