import { type HttpTrigger } from "https://deno.land/x/wmill@v1.426.1/gen/index.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: { [key: string]: (boolean); }; email: string; workspace_id: string; http_method: ; is_async: boolean; requires_auth: boolean; }
| "get"
| "post"
| "put"
| "delete"
| "patch"