interface IProps {
    postprocessing?: PostProcessing;
    results: Result[];
    setResult: (result?: IFrontResult) => void;
    simulation?: Simulation;
}

Properties

postprocessing?: PostProcessing
results: Result[]
setResult: (result?: IFrontResult) => void
simulation?: Simulation