A LegiArticle TITRE_TM is an array
This commit is contained in:
parent
1213cf763f
commit
3bfbf58bc4
1 changed files with 2 additions and 2 deletions
|
@ -93,12 +93,12 @@ export type LegiArticleTexteNature = (typeof allLegiArticleTexteNatures)[number]
|
||||||
|
|
||||||
/// Table des matières (TM)
|
/// Table des matières (TM)
|
||||||
export interface LegiArticleTm {
|
export interface LegiArticleTm {
|
||||||
TITRE_TM: {
|
TITRE_TM: Array<{
|
||||||
"#text": string
|
"#text": string
|
||||||
"@debut": string
|
"@debut": string
|
||||||
"@fin": string
|
"@fin": string
|
||||||
"@id": string
|
"@id": string
|
||||||
}
|
}>
|
||||||
TM?: LegiArticleTm
|
TM?: LegiArticleTm
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue