type alias AbortResultimport { type AbortResult } from "https://deno.land/x/jwfetch@v2.2.1/src/types.ts"; Type ParametersTdefinition: { promise: Promise<T>; abort: () => void; }