feat: Implement all Frontend stubs

This commit is contained in:
Alexander Polynomdivision
2018-09-24 13:53:20 +02:00
parent 8b6bfb681b
commit 28160e329b
3 changed files with 52 additions and 63 deletions

View File

@@ -4,10 +4,10 @@ export enum ReviewMode {
};
export enum VocabType {
NOMEN,
VERB,
ADJEKTIV,
ADVERB
NOMEN = 0,
VERB = 1,
ADJEKTIV = 2,
ADVERB = 3,
};
export interface INomenData {