Fix structure of JorfTexteVersion.LIENS.LIEN
This commit is contained in:
parent
c96ba33f4a
commit
8e77d14ed5
1 changed files with 2 additions and 2 deletions
|
@ -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[]
|
||||
|
|
Loading…
Reference in a new issue