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_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[]
|
||||||
|
|
Loading…
Reference in a new issue