mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
16 lines
332 B
TypeScript
16 lines
332 B
TypeScript
interface BookMeetingModalPagecomponentProps {
|
|
task: any
|
|
}
|
|
interface BookMeetingModalPageReturn {}
|
|
|
|
interface ExpedientTaskModalPageComponentProps {
|
|
taskAction: any
|
|
task: any
|
|
profile: any
|
|
}
|
|
interface ExpedientTaskModalPageReturn {}
|
|
|
|
interface CreateProcessPageComponentProps {
|
|
taskAction: any
|
|
fulltask: any
|
|
} |