From 08f2261fc349e5ea22c02ac1e1dabe031f0b4122 Mon Sep 17 00:00:00 2001 From: Imer ouijdane Date: Fri, 29 May 2026 14:03:59 +0200 Subject: [PATCH] test --- ndf/src/components/ndf/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ndf/src/components/ndf/types.ts b/ndf/src/components/ndf/types.ts index da5626c..52fe250 100644 --- a/ndf/src/components/ndf/types.ts +++ b/ndf/src/components/ndf/types.ts @@ -142,4 +142,5 @@ export type DocInfo = { updatedAt: string; statut: DocStatut; commentaire?: string | null; + } | null;