Skip to main content
Version: v7.0.0

ExtractAdapterStatusType


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

Preview

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