interface IProps {
    project: Project;
    simulation: Simulation;
    swr: Swr;
}

Properties

project: Project
simulation: Simulation
swr: Swr