Skip to content
Snippets Groups Projects
types.fbs 74 B
Newer Older
namespace types;

table Uid {
	id:string;
	name:string;
}

root_type Uid;