Simulation

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

Hierarchy (View Summary)

  • ISimulationGet<("name" | "scheme" | "project")[]>
    • IFrontSimulationsItem

Properties

id: string
name: string
project: string
scheme: IModel
tasks: never[]