ExpressRequest
interface ExpressRequest
Represents a very basic binding for a request object passed to an Express handler function.
Note that this interface does not cover many fields and methods expected by regular Express applications, as it is intended only for demonstration purposes.