type alias ResponseCallbackimport { type ResponseCallback } from "https://deno.land/x/jwfetch@v2.2.1/src/types.ts"; definition: (data: any) => Promise<any>