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

EntryPoint

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

A configuration that defines how a deployment is accessed externally.

interface EntryPoint {
entryPointType?:
| "ENTRY_POINT_TYPE_UNSPECIFIED"
| "WEB_APP"
| "EXECUTION_API"
| "ADD_ON";
}

§Properties

§
entryPointType?: "ENTRY_POINT_TYPE_UNSPECIFIED" | "WEB_APP" | "EXECUTION_API" | "ADD_ON"
[src]

The type of the entry point.

§

An entry point specification for Apps Script API execution calls.

§

An entry point specification for web apps.