Fix structure of JorfTexteVersion.LIENS.LIEN

This commit is contained in:
Emmanuel 2023-06-30 15:10:40 +02:00
parent c96ba33f4a
commit 8e77d14ed5

View file

@ -305,7 +305,7 @@ export interface JorfTexteVersion {
DATE_DEBUT: string
DATE_FIN: string
LIENS?: {
LIEN: {
LIEN: Array<{
"#text"?: string
"@cidtexte"?: string
"@datesignatexte"?: string
@ -316,7 +316,7 @@ export interface JorfTexteVersion {
"@numtexte"?: string
"@sens": Sens
"@typelien": JorfTexteVersionLienType
}
}>
}
MCS_TXT?: {
MC: string[]