authentication
This commit is contained in:
8
client/src/app/model/interface/user.interface.ts
Normal file
8
client/src/app/model/interface/user.interface.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface IUser {
|
||||
username: string;
|
||||
id: string;
|
||||
lastName: string;
|
||||
firstName: String;
|
||||
refreshToken: string;
|
||||
accessToken: string;
|
||||
}
|
||||
Reference in New Issue
Block a user