From 1143baa169fb861aee079617903fd8c0eaf1c2db Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 1 Jun 2026 21:49:26 +0200 Subject: [PATCH] [#SIRH] Vue jour: typer contractType (ContractType) sur la ligne du jour --- frontend/services/dto/work-hour.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/services/dto/work-hour.ts b/frontend/services/dto/work-hour.ts index 2bdb72e..6dd61f0 100644 --- a/frontend/services/dto/work-hour.ts +++ b/frontend/services/dto/work-hour.ts @@ -117,7 +117,7 @@ export type WorkHourDayContextRow = { contractNature?: 'CDI' | 'CDD' | 'INTERIM' | null trackingMode?: TrackingMode | null weeklyHours?: number | null - contractType?: string | null + contractType?: ContractType | null contractName?: string | null }