Module

x/windmill/windmill-api/index.ts>EditWebsocketTrigger

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Latest
type alias EditWebsocketTrigger
import { type EditWebsocketTrigger } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/index.ts";
definition: { url: string; path: string; script_path: string; is_flow: boolean; filters: Array<{ key: string; value: any; }>; }