This commit is contained in:
Sebastian Seedorf
2020-11-18 09:13:29 +01:00
parent d5930c6140
commit 951882f5ed
5 changed files with 38 additions and 17 deletions

View File

@@ -27,6 +27,6 @@ export interface UserInfo {
[key: string]: unknown;
};
groups?: string[];
[key: string]: unknown;
}