Skip to main content
Module

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

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