Module Wd_web_extension.Extension_data

type t =
  1. | Path of string
  2. | Archive_path of string
  3. | Base64 of string
val jsont : t Jsont.t