Export EcheancierLigne
This commit is contained in:
parent
0865340cd7
commit
54c0f65152
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue