interface IAddBody {
    project: { id: string };
    simulation: { name: string; scheme: IModel };
}

Properties

Properties

project: { id: string }
simulation: { name: string; scheme: IModel }