@edgible-team/sdk
Edgible
Preparing search index...
index
HealthStatus
Interface HealthStatus
Shape emitted by the backend health handler (GET /health).
interface
HealthStatus
{
service
:
string
;
status
:
"healthy"
;
timestamp
:
string
;
version
:
string
;
}
Index
Properties
service
status
timestamp
version
Properties
service
service
:
string
status
status
:
"healthy"
timestamp
timestamp
:
string
ISO timestamp.
version
version
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
service
status
timestamp
version
Edgible
@edgible-team/sdk
Loading...
Shape emitted by the backend health handler (GET /health).