export interface UserInfo { name: string; email: string; fonction: string; }