mirror of
https://framagit.org/enfance-libre/statistiques
synced 2025-03-12 22:05:14 +00:00
fix: maj StatutSocial & ContexteEntreeDC
This commit is contained in:
parent
946760b8ac
commit
9c6d83cbed
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ export const contexteEntreeDCs = [
|
||||||
"Après refus",
|
"Après refus",
|
||||||
"Après mise en demeure",
|
"Après mise en demeure",
|
||||||
"Après poursuite procureur",
|
"Après poursuite procureur",
|
||||||
|
"Après autorisation",
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
export type ContexteEntreeDC = (typeof contexteEntreeDCs)[number];
|
export type ContexteEntreeDC = (typeof contexteEntreeDCs)[number];
|
||||||
|
|
|
@ -6,5 +6,6 @@ export const optionsStatutSocial = [
|
||||||
"Classement après MIJE ou AEMO ou",
|
"Classement après MIJE ou AEMO ou",
|
||||||
"Classement après IP",
|
"Classement après IP",
|
||||||
"Enquête en cours",
|
"Enquête en cours",
|
||||||
|
"AEMO",
|
||||||
] as const;
|
] as const;
|
||||||
export type StatutSocial = (typeof optionsStatutSocial)[number];
|
export type StatutSocial = (typeof optionsStatutSocial)[number];
|
||||||
|
|
Loading…
Add table
Reference in a new issue