Module Wd_network.Url_pattern

type t = [
  1. | `Pattern of Url_pattern_pattern.t
  2. | `String of Url_pattern_string.t
]
val jsont : t Jsont.t