type alias Methodimport { type Method } from "https://deno.land/x/frugal@0.9.2/src/page/PageDescriptor.ts"; definition: | "GET" | "POST" | "PUT" | "DELETE" | "PATCH"