type alias RequestLikeimport { type RequestLike } from "https://deno.land/x/keywork@v6.2.1/http/mod.ts"; An object that has a url property. definition: { url: string; }