ExpressResponse
interface ExpressResponse
Represents a very basic binding for a response 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.