nestjs-temporal-core
Preparing search index...
ServiceHealth
Interface ServiceHealth
Service health information
interface
ServiceHealth
{
details
?:
Record
<
string
,
string
|
number
|
boolean
|
object
>
;
status
:
HealthStatus
;
timestamp
?:
Date
;
}
Index
Properties
details?
status
timestamp?
Properties
Optional
details
details
?:
Record
<
string
,
string
|
number
|
boolean
|
object
>
status
status
:
HealthStatus
Optional
timestamp
timestamp
?:
Date
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
details
status
timestamp
nestjs-temporal-core
Loading...
Service health information