Tanatloc documentation
    Preparing search index...

    Interface IFrontMutateSimulationsItem

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

    Hierarchy

    Index

    Properties

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