import { HttpTrigger } from "https://deno.land/x/windmill@v1.423.2/windmill-api/models/HttpTrigger.ts";
import { type HttpTrigger } from "https://deno.land/x/windmill@v1.423.2/windmill-api/models/HttpTrigger.ts";
definition: { path: string; edited_by: string; edited_at: string; script_path: string; route_path: string; static_asset_config?: { s3: string; storage?: string; filename?: 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; }