1b85fc9a1308f1305a4525dd93427f7f597ee55c
Christian Fraß [add] typescript logic

Christian Fraß authored 3 years ago

1) namespace entities
2) {
3) 	
4) 	/**
5) 	 */
6) 	export type concept =
7) 	{
8) 		type_id : int;
9) 		description : string;
10) 		tags : Array<int>;
Christian Fraß [mod] makefile

Christian Fraß authored 3 years ago

11) 		expressions : Array<int>;