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[];
}