RequestInstance
import { RequestInstance } from "@hyper-fetch/core"
Description
Defined in request/request.types.ts:298
Preview
type RequestInstance = Request<any, any, any, any, any, any, AdapterType<any, any, any, any, any>, any, any, any>;
Structure
Request<any, any, any, any, any, any, AdapterType<any, any, any, any, any>, any, any, any>