feat: Display all vocabulary data

This commit is contained in:
Alexander Polynomdivision
2018-10-02 13:10:33 +02:00
parent 18fb797fc9
commit 2b0d472754
2 changed files with 49 additions and 4 deletions

View File

@@ -26,8 +26,8 @@ export interface IVerbData {
export interface IAdjektivData {
grundform: string;
nominativ_a: string;
nominativ_b: string;
endung_f: string;
endung_n: string;
};
export interface IVocab {