Module Kernel_project.ProjectRequest

module ProjectRequest: Request.Input  with type t = Project.t * string * json

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