Interface IFrontSimulationsItem

    Simulation

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

    Hierarchy (view full)

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

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin