Add comment to TP

This commit is contained in:
Emmanuel 2024-06-21 16:55:51 +02:00
parent 292365983a
commit 3d86bb2f3e
3 changed files with 3 additions and 0 deletions

View file

@ -465,6 +465,7 @@ export interface TexteVersion {
SM?: {
CONTENU: string
}
// Travaux préparatoires
TP?: {
CONTENU: string
}

View file

@ -328,6 +328,7 @@ export interface JorfTexteVersion {
SM?: {
CONTENU: string // HTML
}
// Travaux préparatoires
TP?: {
CONTENU: string // HTML
}

View file

@ -308,6 +308,7 @@ export interface LegiTexteVersion {
SIGNATAIRES?: {
CONTENU: string // HTML
}
// Travaux préparatoires
TP?: {
CONTENU: string // HTML
}