Add PROJET_ORDONNANCE to type of DossierLegislatif

This commit is contained in:
Emmanuel 2024-07-10 09:25:10 +02:00
parent 8e202fd0a1
commit cbe235b287

View file

@ -84,6 +84,7 @@ export interface EcheancierLigne {
export const allDossierLegislatifTypes = [
"LOI_PUBLIEE",
"PROJET_LOI",
"PROJET_ORDONNANCE",
"PROPOSITION_LOI",
"ORDONNANCE_PUBLIEE",
] as const