Interface Information

interface Information {
    "2fa": boolean;
    id_profil: number;
    id_type_profil: number;
    isadmin: boolean;
    mail: { id_coord_pers_physique: string; mail: string }[];
    nom: string;
    prenom: string;
    profil: string;
    user_id: number;
}

Properties

"2fa": boolean
id_profil: number
id_type_profil: number
isadmin: boolean
mail: { id_coord_pers_physique: string; mail: string }[]
nom: string
prenom: string
profil: string
user_id: number