Skip to content

Commit

Permalink
chore: add missing properties in User information interface (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken authored Nov 19, 2024
1 parent d70fd24 commit 041311f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions types/authentication.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ export interface Information {
nom: string;
prenom: string;
isadmin: boolean;
"2fa": boolean;
user_id: number;
profil: string;
id_profil: number;
id_type_profil: number;
mail: {
mail: string;
id_coord_pers_physique: string;
Expand Down

0 comments on commit 041311f

Please sign in to comment.