type alias HttpResponseRe-exportimport { type HttpResponse } from "https://deno.land/x/adoublef@0.0.1/net/mod.ts"; Type ParametersT extends keyof Statusdefinition: { status: T; statusText: Status[T]; }