Skip to main content
Version: v7.0.0

ListenerConfigurationType


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

Preview

type ListenerConfigurationType<Params,Topic,Socket> = { params?: Params } & Partial<ListenerOptionsType<Topic, ExtractSocketAdapterType<Socket>>>;

Structure

ListenerConfigurationType
NameTypeDescription
params
Params
Sockets
On this page