interface ProxyUrlFunctionimport { type ProxyUrlFunction } from "https://deno.land/x/oak_http_proxy@2.3.0/deps.ts"; Type ParametersoptionalReq = anyCall Signatures(req: Req): string | URL