AdapterBindingsReturnType
import { AdapterBindingsReturnType } from "@hyper-fetch/core"
Description
Defined in adapter/adapter.types.ts:167
Preview
type AdapterBindingsReturnType = {
config: any;
fullUrl: string;
}
Structure
{
config: any;
fullUrl: string;
}