@karmaniverous/jeeves
GitHub
Preparing search index...
index
StatusHandlerResult
Interface StatusHandlerResult
Return type from a status handler invocation.
interface
StatusHandlerResult
{
body
:
StatusResponse
;
status
:
number
;
}
Index
Properties
body
status
Properties
body
body
:
StatusResponse
Response body.
status
status
:
number
HTTP status code.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
status
GitHub
@karmaniverous/jeeves
Loading...
Return type from a status handler invocation.