Documentation
Preparing search index...
@discloudapp/api-types
RESTGetApiUserResult
Interface RESTGetApiUserResult
interface
RESTGetApiUserResult
{
message
:
string
;
status
:
"ok"
|
"error"
;
user
:
ApiUser
;
}
Hierarchy (
View Summary
)
RESTApiBaseResult
RESTGetApiUserResult
Index
Properties
message
status
user
Properties
message
message
:
string
Message of the API
It is useful to use as logs
status
status
:
"ok"
|
"error"
The status of API response
user
user
:
ApiUser
The user
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
status
user
Documentation
Loading...
Message of the API