From 5b8b3c84c9253cfeb1afe6c16169972b58a8cb3a Mon Sep 17 00:00:00 2001 From: Biqoz Date: Sun, 16 Nov 2025 01:53:27 +0100 Subject: [PATCH] user nouveau onglet --- lib/types/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/types/index.ts b/lib/types/index.ts index 0bec1b2..687f8d0 100644 --- a/lib/types/index.ts +++ b/lib/types/index.ts @@ -21,6 +21,11 @@ export interface LibreChatUser extends Record { createdAt: Date; updatedAt: Date; __v: number; + // Champs additionnels pour les étudiants + prenom?: string; + nom?: string; + referent?: string; + cours?: string; } export interface LibreChatConversation extends Record {