Values.ChecksumSourceInformation about the checksum of a model deployed on a device.
type nonrec t = {type_ : ChecksumType.t option;The type of the checksum.
*)sum : ChecksumString.t option;The checksum of the model.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ChecksumString.t ]) list ]