Type.Componentmodule Param : sig ... endmodule RestParam : sig ... endmodule Params : sig ... endtype ('M, 'T) t = {tparams : ('M, 'T) Type.TypeParams.t option;params : ('M, 'T) Params.t;renders : ('M, 'T) Type.component_renders_annotation;comments : ('M, unit) Syntax.t option;}