Skip to main content
Version: v7.0.0

ExtractAdapterListenerOptionsType


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

Preview

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