Module Kernel_project.ProjectRequest

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

type t 
val jtype : Package.jtype
val of_json : Request.json -> t