ListenerConfigurationType
Import
import { ListenerConfigurationType } from "@hyper-fetch/sockets"
Source
Package
Preview
type ListenerConfigurationType<Params,Topic,Socket> = { params?: Params } & Partial<ListenerOptionsType<Topic, ExtractSocketAdapterType<Socket>>>;
Structure
ListenerConfigurationType
| Name | Type | Description |
|---|---|---|
| params | |