This commit is contained in:
Bastian Wagner
2024-09-13 22:20:27 +02:00
parent 00d5498e00
commit ed6b2b9c45
11 changed files with 70 additions and 18 deletions

View File

@@ -5,4 +5,5 @@ export interface IUser {
firstName: String;
refreshToken: string;
accessToken: string;
role: string;
}