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

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

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 NewWebsocketTrigger
import { type NewWebsocketTrigger } from "https://deno.land/x/windmill@v1.416.0/windmill-api/index.ts";
definition: { path: string; script_path: string; is_flow: boolean; url: string; enabled?: boolean; filters: Array<{ key: string; value: any; }>; }