Skip to main content
Module

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

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Latest
namespace HttpTrigger
import { HttpTrigger } from "https://deno.land/x/windmill@v1.398.1/windmill-api/models/HttpTrigger.ts";
type alias HttpTrigger
import { type HttpTrigger } from "https://deno.land/x/windmill@v1.398.1/windmill-api/models/HttpTrigger.ts";
definition: { path: string; edited_by: string; edited_at: string; script_path: string; route_path: string; is_flow: boolean; extra_perms: Record<string, boolean>; email: string; workspace_id: string; http_method: HttpTrigger.http_method; is_async: boolean; requires_auth: boolean; }