Plugin.Web
type t = {
id : string;
enabled : bool option;
max_results : int option;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val default : t