Skip to main content
Module

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

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 EditHttpTrigger
import { EditHttpTrigger } from "https://deno.land/x/windmill@v1.398.1/windmill-api/models/EditHttpTrigger.ts";
type alias EditHttpTrigger
import { type EditHttpTrigger } from "https://deno.land/x/windmill@v1.398.1/windmill-api/models/EditHttpTrigger.ts";
definition: { path: string; script_path: string; route_path?: string; is_flow: boolean; http_method: EditHttpTrigger.http_method; is_async: boolean; requires_auth: boolean; }