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

GoogleAppsScriptTypeFunction

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

Represents a function in a script project.

interface GoogleAppsScriptTypeFunction {
name?: string;
parameters?: string[];
}

§Properties

§
name?: string
[src]

The function name in the script project.

§
parameters?: string[]
[src]

The ordered list of parameter names of the function in the script project.