interface IArchiveBody {
    simulation: { id: string };
}

Properties

Properties

simulation: { id: string }