QuandaryConfig.Sink
type t = {
procedure : string;
kinds : string list;
index : string;
}
val of_json : [> `List of Yojson.Safe.t list ] -> t list