714b5b0a962115fe16ec65d616035e41c74e2c30
Christian Fraß [add] typescript logic

Christian Fraß authored 3 years ago

1) namespace entities
2) {
3) 	
4) 	/**
5) 	 */
6) 	export type concept =
7) 	{
Christian Fraß [add] api

Christian Fraß authored 3 years ago

8) 		description : null|string;
Christian Fraß [add] typescript logic

Christian Fraß authored 3 years ago

9) 		type_id : int;
Christian Fraß [add] api

Christian Fraß authored 3 years ago

10) 		tag_ids : Array<int>;
11) 		expression_ids : Array<int>;