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)
|
||||
export interface LegiArticleTm {
|
||||
TITRE_TM: {
|
||||
TITRE_TM: Array<{
|
||||
"#text": string
|
||||
"@debut": string
|
||||
"@fin": string
|
||||
"@id": string
|
||||
}
|
||||
}>
|
||||
TM?: LegiArticleTm
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue