Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/windmill/node_modules/evt/lib/Ctx.d.ts>Ctx

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
type alias Ctx
import { type Ctx } from "https://deno.land/x/windmill@v1.422.0/node_modules/evt/lib/Ctx.d.ts";

Type Parameters

optional
Result = void
definition: import("./types/interfaces").Ctx<Result>
variable Ctx
import { Ctx } from "https://deno.land/x/windmill@v1.422.0/node_modules/evt/lib/Ctx.d.ts";

type

{ readonly prototype: Ctx<any>; new <Result>(): Ctx<Result>; }