type alias Requestimport { type Request } from "https://deno.land/x/frugal@0.5.0/docs/dep/std/http.ts"; definition: { headers: { get(key: string): string | null; }; }