chore: add user get profile and check validity route
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { RoleEnum } from "../../users/enums/role.enum";
|
||||
|
||||
export interface ITokenPayload {
|
||||
sub: string;
|
||||
role: RoleEnum;
|
||||
}
|
||||
Reference in New Issue
Block a user