Module QuandaryConfig.Sanitizer

type t = {
  1. procedure : string;
  2. kind : string;
}
val of_json : [> `List of Yojson.Safe.t list ] -> t list