Interface IFrontMutateSimulationsItem

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

    Hierarchy

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin