Base édition nouveau DAD

This commit is contained in:
2020-08-05 17:53:52 +02:00
parent fc4912882a
commit 680614148c
8 changed files with 150 additions and 42 deletions

View File

@ -0,0 +1,6 @@
import { DecisionSupportFile } from "../../types/decision";
export interface DecisionSupportFileUpdaterProps {
dsf: DecisionSupportFile
updateDSF: (dsf: DecisionSupportFile) => void
}