ClientInstance
import { ClientInstance } from "@hyper-fetch/core"
Description
Defined in client/client.types.ts:7
Preview
type ClientInstance = Client<any, AdapterType<any, any, any, any>>;
Structure
Client<any, AdapterType<any, any, any, any>>
import { ClientInstance } from "@hyper-fetch/core"
Defined in client/client.types.ts:7
type ClientInstance = Client<any, AdapterType<any, any, any, any>>;
Client<any, AdapterType<any, any, any, any>>