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