This commit is contained in:
Peter Maquiran
2021-08-20 17:14:25 +01:00
parent 629df73966
commit 1f5b7d64fb
6 changed files with 24 additions and 17 deletions
+6 -1
View File
@@ -8,4 +8,9 @@ interface ExpedientTaskModalPageComponentProps {
task: any
profile: any
}
interface ExpedientTaskModalPageReturn {}
interface ExpedientTaskModalPageReturn {}
interface CreateProcessPageComponentProps {
taskAction: any
fulltask: any
}