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

x/windmill/windmill-api/models/WebsocketTrigger.ts>WebsocketTrigger

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 WebsocketTrigger
import { type WebsocketTrigger } from "https://deno.land/x/windmill@v1.415.1/windmill-api/models/WebsocketTrigger.ts";
definition: { path: string; edited_by: string; edited_at: string; script_path: string; url: string; is_flow: boolean; extra_perms: Record<string, boolean>; email: string; workspace_id: string; server_id?: string; last_server_ping?: string; error?: string; enabled: boolean; filters: Array<{ key: string; value: any; }>; }