update language workspace + store with new models

This commit is contained in:
Jacob Overgaard
2023-01-27 16:12:14 +01:00
parent 9e2c9c15e0
commit 632f6a42eb
5 changed files with 46 additions and 58 deletions

View File

@@ -150,7 +150,3 @@ export interface DocumentBlueprintDetails {
icon: string;
documentTypeKey: string;
}
export interface LanguageDetails extends Language {
key: string;
}