Stone.js API
Docs
Home
Preparing search index...
stone-js-router/src/declarations
FunctionalRouteDefinition
Type Alias FunctionalRouteDefinition<IncomingEventType, OutgoingResponseType>
FunctionalRouteDefinition
:
Omit
<
RouteDefinition
<
IncomingEventType
,
OutgoingResponseType
>
,
"path"
|
"methods"
|
"method"
|
"children"
,
>
Defines a functional route without path, methods, or children.
Type Parameters
IncomingEventType
extends
IIncomingEvent
=
IIncomingEvent
OutgoingResponseType
=
unknown
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
Defines a functional route without path, methods, or children.