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;