Module CLIENT.AppRequestResult

type t =
| Error of {
text : string;
}
| Ok of {
result : Json_repr.ezjsonm;
}
val enc : t Json_encoding.encoding
val t_enc : t Json_encoding.encoding