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

x/live/deps.ts>HttpRunRequest

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
interface HttpRunRequest
import { type HttpRunRequest } from "https://deno.land/x/live@1.53.10/deps.ts";

Type Parameters

optional
TArgs extends Arg = Arg
optional
TResult = unknown
optional
TMetadata extends Metadata = Metadata

Properties

input: [...TArgs]
results: unknown[]
execution: WorkflowExecution<TArgs, TResult, TMetadata>