type alias ErrorRequestCallbackimport { type ErrorRequestCallback } from "https://deno.land/x/jwfetch@v2.2.1/src/types.ts"; definition: (error: Error) => void