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

Hierarchy (View Summary)

Properties

Properties

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