Interface IFrontSimulation

    Simulation

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

    Hierarchy (view full)

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin