Simulation

interface IFrontSimulation {
    id: string;
    name: string;
    project: never;
    scheme: IModel;
    tasks: ISimulationTask[];
}

Hierarchy (View Summary)

Properties

id: string
name: string
project: never
scheme: IModel