From 7fcdc57a0c2be36e39e9b4478b168305e42428be Mon Sep 17 00:00:00 2001 From: ManelleG Date: Thu, 7 Nov 2024 17:49:57 +0100 Subject: [PATCH] chore: cleaned unused type - Ref gestion-de-projet#2766 --- src/types/patient.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/types/patient.ts b/src/types/patient.ts index 4e2f66dd7..99bf05f26 100644 --- a/src/types/patient.ts +++ b/src/types/patient.ts @@ -1,7 +1,3 @@ -export type PatientTypes = { - groupId?: string -} - export enum PatientTableLabels { GENDER = 'Sexe', FIRSTNAME = 'Prénom',