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,
|
password: string,
|
||||||
admin: boolean,
|
admin: boolean,
|
||||||
active: boolean,
|
active: boolean,
|
||||||
_links?: Links
|
_links: Links
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user