Tanatloc documentation
    Preparing search index...

    Interface IFrontSimulation

    Simulation

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

    Hierarchy (View Summary)

    Index

    Properties

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