mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
updates _links property to required
This commit is contained in:
@@ -8,5 +8,5 @@ export type User = {
|
||||
password: string,
|
||||
admin: boolean,
|
||||
active: boolean,
|
||||
_links?: Links
|
||||
_links: Links
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user