mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
|
|
interface BookMeetingModalPagecomponentProps {
|
||
|
|
task: any
|
||
|
|
}
|
||
|
|
interface BookMeetingModalPageReturn {}
|