Values.ComponentStateSourceA group of fields that describe the current status of components.
type nonrec t = {status : ComponentStatus.t option;The current state of the component.
*)reason : NonEmptyString.t option;Describes how or why the component changed state.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]