interface TaskFormModalProps {
    task?: ITask;
}

Properties

Properties

task?: ITask