SdkConfigurationValue
Configuration value: either a static property bag or a function that receives the request and returns a modified request (full access to every Request setter).
Import
import { SdkConfigurationValue } from "@hyper-fetch/core"
Source
Package
Preview
type SdkConfigurationValue = SdkRequestDefaults | (request: RequestInstance) => RequestInstance;
