Export EcheancierLigne

This commit is contained in:
Emmanuel 2023-03-10 16:59:58 +01:00
parent 0865340cd7
commit 54c0f65152

View file

@ -25,7 +25,7 @@ export interface DossierLegislatif {
CONTENU_DOSSIER_5?: string CONTENU_DOSSIER_5?: string
ECHEANCIER?: { ECHEANCIER?: {
"@derniere_maj"?: string "@derniere_maj"?: string
LIGNE: Ligne[] LIGNE: EcheancierLigne[]
} }
EXPOSE_MOTIF?: string EXPOSE_MOTIF?: string
LIBELLE_TEXTE_1?: string LIBELLE_TEXTE_1?: string
@ -67,7 +67,7 @@ export interface DossierLegislatif {
} }
} }
export interface Ligne { export interface EcheancierLigne {
ARTICLE?: string ARTICLE?: string
BASE_LEGALE?: string BASE_LEGALE?: string
CID_LOI_CIBLE?: string // Always a JORFTEXT ID CID_LOI_CIBLE?: string // Always a JORFTEXT ID