Skip to main content
Version: v8.0.0

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"

Preview

type SdkConfigurationValue = SdkRequestDefaults | (request: RequestInstance) => RequestInstance;