Merge with default

This commit is contained in:
Rene Pfeuffer
2020-02-25 16:37:17 +01:00
87 changed files with 3348 additions and 1557 deletions

View File

@@ -4,6 +4,6 @@ export type Me = {
name: string;
displayName: string;
mail: string;
groups: [];
groups: string[];
_links: Links;
};