fix temporaire en cours

This commit is contained in:
Rochas
2025-12-14 10:58:30 +01:00
parent 27d13ace9d
commit a2e5b1e9cf
2 changed files with 8 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ export type User = {
id: string;
name: string;
last_name: string;
allocation: Reservation[];
allocation?: Reservation[];
role: string;
qualifications: string;
};