Interface IFrontMutateSimulation

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

    Hierarchy

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin