RequestInstanceProperties
Import
import { RequestInstanceProperties } from "@hyper-fetch/core"
Source
Package
Preview
type RequestInstanceProperties = {
client?: ClientInstance;
endpoint?: string;
error?: any;
hasParams?: boolean;
hasPayload?: boolean;
hasQueryParams?: boolean;
payload?: any;
queryParams?: any;
response?: any;
}
Structure
RequestInstanceProperties
| Name | Type | Description |
|---|---|---|
| client | | |
| endpoint | | |
| error | | |
| hasParams | | |
| hasPayload | | |
| hasQueryParams | | |
| payload | | |
| queryParams | | |
| response | |