module Down_message:sig
..end
typet =
[ `List_of_query_descriptions of (string * string) list
| `List_of_target_ids of string list
| `List_of_targets of Ketrew_target.t list
| `Ok
| `Query_result of string ]
include Json.Versioned.WITH_VERSIONED_SERIALIZATION