interface IFrontMutateSimulation {
    id?: string;
    name?: string;
    project?: undefined;
    scheme?: IModel;
    tasks?: ISimulationTask[];
}

Hierarchy

Properties

id?: string
name?: string
project?: undefined
scheme?: IModel
tasks?: ISimulationTask[]