Module Wd_storage.Partition_descriptor

type t = [
  1. | `Browsing_context of Browsing_context_partition_descriptor.t
  2. | `Storage_key of Storage_key_partition_descriptor.t
]
val jsont : t Jsont.t