Skip to main content
Version: v7.0.0

ExtractAdapterOptionsType


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

Preview

type ExtractAdapterOptionsType<T> = T extends Adapter<infer O, any, any, any, any, any, any, any, any, any, any> ? O : never;
On this page