Interface: Result<T>
Type parameters
| Name |
|---|
T |
Properties
body
• body: T
The response body.
Defined in
res
• res: Object
Type declaration
| Name | Type | Description |
|---|---|---|
ok | boolean | Whether the response is ok. |
path | string | Path of the request for this response. |
status | number | HTTP status code of this response. |
maxAge | number | The maxAge of this response. |