namespace types;

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

root_type Uid;