HealthStateTransition interface

A health state transition record

Properties

newState

New health state after the transition

occurredAt

Timestamp when the transition occurred

previousState

Previous health state before the transition

reason

Reason of the transition

Property Details

newState

New health state after the transition

newState: string

Property Value

string

occurredAt

Timestamp when the transition occurred

occurredAt: Date

Property Value

Date

previousState

Previous health state before the transition

previousState: string

Property Value

string

reason

Reason of the transition

reason?: string

Property Value

string