Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/js/dispatch_minimal.ts>RecordMinimal

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface RecordMinimal
import { type RecordMinimal } from "https://deno.land/x/deno@v0.30.0/cli/js/dispatch_minimal.ts";

Properties

promiseId: number
arg: number
result: number
optional
err: { kind: ErrorKind; message: string; }