updates _links property to required

This commit is contained in:
Christoph Wolfes
2018-07-24 15:48:44 +02:00
parent 4fe79209b7
commit 82e5ec8255

View File

@@ -8,5 +8,5 @@ export type User = {
password: string,
admin: boolean,
active: boolean,
_links?: Links
_links: Links
};