authentication
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { Role } from '../entitites';
|
||||
|
||||
export interface IUser {
|
||||
id: string;
|
||||
username: string;
|
||||
@@ -7,4 +9,6 @@ export interface IUser {
|
||||
|
||||
accessToken?: string;
|
||||
refreshToken?: string;
|
||||
|
||||
role?: string | Role;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user