Tanatloc documentation
    Preparing search index...

    Interface IFrontSimulationsItem

    Simulation

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

    Hierarchy (View Summary)

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

    Properties

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