Preparing search index...
The search index is not available
@mcserversoft/mcss-api
@mcserversoft/mcss-api
AppResponse
Interface AppResponse
AppResponse The response from the API
interface
AppResponse
{
data
?:
any
;
error
?:
{
message
:
string
;
}
;
status
:
number
;
}
Index
Properties
data?
error?
status
Properties
Optional
data
data
?:
any
Optional
error
error
?:
{
message
:
string
;
}
status
status
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
error
status
@mcserversoft/mcss-api
Loading...
AppResponse The response from the API