fix : correction du calcule des RTT
All checks were successful
Auto Tag Develop / tag (push) Successful in 6s

This commit is contained in:
2026-03-17 09:08:54 +01:00
parent a60294a8f7
commit f024a6a8de
5 changed files with 46 additions and 6 deletions

View File

@@ -32,4 +32,5 @@ export type EmployeeRttSummary = {
availableMinutes: number
weeks: EmployeeRttWeekSummary[]
monthPayments: RttMonthPayment[]
rttStartDate: string | null
}