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