Skip to main content
Version: v7.0.0

HttpAdapterExtraType


Import
import { HttpAdapterExtraType } from "@hyper-fetch/core"

Preview

type HttpAdapterExtraType = {
headers: Record<string, string>;
}

Structure

HttpAdapterExtraType
NameTypeDescription
headers
Record<string, string>
On this page