Stone.js API
Docs
Home
Preparing search index...
stone-js-telemetry/src/declarations
HealthReport
Interface HealthReport
What the endpoint answers: one status, and a line per check.
interface
HealthReport
{
checks
:
Record
<
string
,
HealthCheckResult
>
;
status
:
"healthy"
|
"unhealthy"
;
}
Index
Properties
checks
status
Properties
checks
checks
:
Record
<
string
,
HealthCheckResult
>
status
status
:
"healthy"
|
"unhealthy"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
checks
status
Docs
Home
Stone.js API
Loading...
What the endpoint answers: one status, and a line per check.