Values.CustomPluginFileDescriptionSourceDetails about a custom plugin file.
type nonrec t = {fileMd5 : string option;The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.
*)fileSize : Awso.Import.Int64.t option;The size in bytes of the custom plugin file. You can use it to validate the file.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Awso.Import.Int64.t | `String of string ]) list ]