Fix id in User type

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-03-17 08:35:46 +01:00
parent 76bf6384f5
commit 64e5e33c4a
+1
View File
@@ -9,6 +9,7 @@ export interface Task {
}
export interface User {
id: number
name: string;
lastname: string;
role: string;