fix: Ajouter les champs *_reel dans le type ContratDetail
This commit is contained in:
parent
965b1fb9cd
commit
5020298912
1 changed files with 8 additions and 0 deletions
|
|
@ -280,6 +280,14 @@ type ContratDetail = {
|
|||
nb_heures_annexes?: number;
|
||||
nb_cachets_aem?: number;
|
||||
nb_heures_aem?: number;
|
||||
// Temps de travail réel (éditable)
|
||||
jours_travail_reel?: string;
|
||||
nb_representations_reel?: number;
|
||||
nb_services_repetitions_reel?: number;
|
||||
nb_heures_repetitions_reel?: number;
|
||||
nb_heures_annexes_reel?: number;
|
||||
nb_cachets_aem_reel?: number;
|
||||
nb_heures_aem_reel?: number;
|
||||
|
||||
// Métadonnées
|
||||
created_at?: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue