Type alias ResponseObject

ResponseObject: ResponseFactory | string | number | void | any | Promise<ResponseObject>

Type alias for an item that is a valid response object, or lack thereof.