Codegen.Interfaces
Sourcetype t = {
name : string;
title : string;
description : string list;
type_decls : Rpc.Types.boxed_def list;
error_decls : Rpc.Types.boxed_def list;
interfaces : Interface.t list;
}
val create :
name:string ->
title:string ->
description:string list ->
interfaces:Interface.t list ->
t