Improve types

This commit is contained in:
Peter Maquiran
2021-08-20 16:57:40 +01:00
parent e9fee75c58
commit 629df73966
2 changed files with 21 additions and 5 deletions
+8 -1
View File
@@ -1,4 +1,11 @@
interface BookMeetingModalPagecomponentProps {
task: any
}
interface BookMeetingModalPageReturn {}
interface BookMeetingModalPageReturn {}
interface ExpedientTaskModalPageComponentProps {
taskAction: any
task: any
profile: any
}
interface ExpedientTaskModalPageReturn {}