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