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

GoogleAppsScriptTypeExecutionApiConfig

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

API executable entry point configuration.

interface GoogleAppsScriptTypeExecutionApiConfig {
access?:
| "UNKNOWN_ACCESS"
| "MYSELF"
| "DOMAIN"
| "ANYONE"
| "ANYONE_ANONYMOUS";
}

§Properties

§
access?: "UNKNOWN_ACCESS" | "MYSELF" | "DOMAIN" | "ANYONE" | "ANYONE_ANONYMOUS"
[src]

Who has permission to run the API executable.