Module type Server.Data.S

module type S = sig .. end

Datatype module signature.


type t 
val jtype : Server.Package.jtype
val of_json : Server.Data.json -> t
val to_json : t -> Server.Data.json