fix : #27 gestion des typo

This commit is contained in:
styve Lioumba
2025-12-03 15:48:10 +01:00
parent 0c768296d1
commit 45b4dd1dad
7 changed files with 30 additions and 19 deletions

View File

@@ -6,4 +6,7 @@ export interface UserViewModel {
email: string;
name: string;
avatar: string;
firstName?: string;
lastName?: string;
slug?: string;
}