Front: Fix User Model

This commit is contained in:
Arthi-chaud
2022-11-14 09:42:50 +00:00
parent a458d07252
commit 9b823f722f
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import Model from "./Model";
import UserSettings from "./UserSettings";
interface User extends Model {
name: string;
username: string;
email: string;
xp: number;
premium: boolean;