Add external flag to user config

This commit is contained in:
Eduard Heimbuch
2020-10-13 16:33:05 +02:00
parent 04a4add8ee
commit 3efe23e74d
7 changed files with 109 additions and 391 deletions

View File

@@ -39,5 +39,6 @@ export type User = {
type?: string;
creationDate?: string;
lastModified?: string;
external?: boolean;
_links: Links;
};