mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
Add external flag to user config
This commit is contained in:
@@ -39,5 +39,6 @@ export type User = {
|
||||
type?: string;
|
||||
creationDate?: string;
|
||||
lastModified?: string;
|
||||
external?: boolean;
|
||||
_links: Links;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user