Interface INewSimulation

    interface INewSimulation {
        id: string;
        name: string;
        project: string;
        scheme: IModel;
    }

    Hierarchy (view full)

    Properties

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin