fix: Update PrimeReact and fix all compilation errors
This commit is contained in:
4
types/chantier-form.ts
Normal file → Executable file
4
types/chantier-form.ts
Normal file → Executable file
@@ -53,6 +53,10 @@ export interface ChantierFormData {
|
||||
// Équipes et ressources préférées
|
||||
equipePrefereId?: string;
|
||||
materielsRequis?: string[];
|
||||
|
||||
// Statut et activation
|
||||
statut?: string;
|
||||
actif?: boolean;
|
||||
}
|
||||
|
||||
// Interface pour la prévisualisation du projet
|
||||
|
||||
Reference in New Issue
Block a user