Add information around the User interface
This commit is contained in:
parent
c9759bc3d1
commit
01e9a1025d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
// This interface is only used for login and storing/retreiving JWT from local storage
|
||||||
export interface User {
|
export interface User {
|
||||||
username: string;
|
username: string;
|
||||||
token: string;
|
token: string;
|
||||||
photoUrl?: string;
|
|
||||||
roles: string[];
|
roles: string[];
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue