user nouveau onglet

This commit is contained in:
Biqoz
2025-11-16 01:53:27 +01:00
parent b552504723
commit 5b8b3c84c9

View File

@@ -21,6 +21,11 @@ export interface LibreChatUser extends Record<string, unknown> {
createdAt: Date;
updatedAt: Date;
__v: number;
// Champs additionnels pour les étudiants
prenom?: string;
nom?: string;
referent?: string;
cours?: string;
}
export interface LibreChatConversation extends Record<string, unknown> {