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

ScriptExecutionResult

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

The result of an execution.

interface ScriptExecutionResult {
returnValue?: Value;
}

§Properties

§
returnValue?: Value
[src]

The returned value of the execution.