Preparing search index...
The search index is not available
server
server
schema/messages
ServiceResponse
Interface ServiceResponse<T>
This interface represents the response sent by the microservice to the server
interface
ServiceResponse
<
T
>
{
data
:
T
;
status
:
number
;
statusText
:
string
;
}
Type Parameters
T
Index
Properties
data
status
status
Text
Properties
data
data
:
T
status
status
:
number
status
Text
statusText
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
status
status
Text
server
Loading...
This interface represents the response sent by the microservice to the server