Type Definitions
ClientResponse
Type:
- object
Properties:
Name | Type | Description |
---|---|---|
body |
string | The body of the response. |
ok |
boolean | Whether the request was successful. |
status |
number | undefined | Status code from the HTTP response (if any). |
error |
error | undefined | a JavaScript error, if there was an error making the request. |
Status
Type:
- object
Properties:
Name | Type | Description |
---|---|---|
IsConfigured |
boolean | |
IsLoggedIn |
boolean |