Skip to main content
Version: v7.0.0

ExtractAdapterOptionsType


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

Preview

type ExtractAdapterOptionsType<T> = T extends SocketAdapter<any, infer P, any, any, any, any> ? P : never;
Sockets
On this page