interface AjaxResultimport { type AjaxResult } from "https://deno.land/x/jwfetch@v2.2.1/src/types.ts"; Propertiespromise: Promise<unknown>config: AjaxConfigoptionalcontroller: AbortControlleroptionalisFromMemoryCache: booleanoptionalisFromStoreCache: boolean