Type Alias: PageClass()<IncomingEventType, OutgoingResponseType>
Type Alias: PageClass()<IncomingEventType, OutgoingResponseType>
type PageClass<IncomingEventType, OutgoingResponseType> = (...args) => IPage<IncomingEventType, OutgoingResponseType>;
Represents a page class.
Type Parameters
IncomingEventType
IncomingEventType extends ReactIncomingEvent
The type representing the incoming event.
OutgoingResponseType
OutgoingResponseType = unknown
The type representing the outgoing response.
Parameters
args
...any[]
Returns
IPage<IncomingEventType, OutgoingResponseType>
