Module type Request.Input

module type Input = sig .. end

type t 
val syntax : Syntax.t
val of_json : Request.json -> t