Interface: RouterAppConfig<IncomingEventType, OutgoingResponseType>
Interface: RouterAppConfig<IncomingEventType, OutgoingResponseType>
Extends the base application configuration to include router-specific settings.
Extends
Partial<AppConfig<IncomingEventType,OutgoingResponse>>
Type Parameters
IncomingEventType
IncomingEventType extends StoneIncomingEvent = StoneIncomingEvent
OutgoingResponseType
OutgoingResponseType = unknown
Indexable
[key: string]: unknown
Properties
router
router: Partial<RouterConfig<IncomingEventType, OutgoingResponseType>>;
Router-specific configuration.
