Type Alias: FunctionalPageRouteDefinition<IncomingEventType, OutgoingResponseType>
Type Alias: FunctionalPageRouteDefinition<IncomingEventType, OutgoingResponseType>
type FunctionalPageRouteDefinition<IncomingEventType, OutgoingResponseType> = Omit<PageRouteDefinition<IncomingEventType, OutgoingResponseType>, "path" | "methods" | "method" | "children">;
Defines a functional page route without path, methods, or children.
Type Parameters
IncomingEventType
IncomingEventType extends IIncomingEvent = IIncomingEvent
OutgoingResponseType
OutgoingResponseType = unknown
