type alias WrapFetchOptionsimport { type WrapFetchOptions } from "https://deno.land/x/another_cookiejar@v4.0.1/mod.ts"; definition: { fetch?: fetch; cookieJar?: CookieJar; }