diff --git a/src/lib/legal/legi.ts b/src/lib/legal/legi.ts index ba65161..64815b3 100644 --- a/src/lib/legal/legi.ts +++ b/src/lib/legal/legi.ts @@ -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 }