fixed wrong typing of me groups

This commit is contained in:
Sebastian Sdorra
2020-02-19 09:46:57 +01:00
parent 3f9d61ca99
commit fac46d636f

View File

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