git.schokokeks.org
Repositories
Help
Report an Issue
fs-words.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
1b85fc9
Branches
Tags
develop-client_server
master
typescript
fs-words.git
source
entities
concept.ts
[mod] makefile
Christian Fraß
commited
1b85fc9
at 2021-03-03 23:53:00
concept.ts
Blame
History
Raw
namespace entities { /** */ export type concept = { type_id : int; description : string; tags : Array<int>; expressions : Array<int>; }; }