fix: ajoute StatutPenal Tribunal de Police
parent
2acc506201
commit
a1dfc7b087
|
@ -11,5 +11,6 @@ export const optionsStatutPenal = [
|
|||
"Classée sans suite",
|
||||
"Enquête en cours",
|
||||
"Poursuivi à tort",
|
||||
"Tribunal de police",
|
||||
] as const;
|
||||
export type StatutPenal = (typeof optionsStatutPenal)[number];
|
||||
|
|
Loading…
Reference in New Issue