Module Wd_network.Bytes_value

type t = [
  1. | `Base64 of string
  2. | `String of string
]
val jsont : t Jsont.t