interface Props {
    index: number;
    simulation: Simulation;
    swr: Swr;
    type: string;
}

Properties

index: number
simulation: Simulation
swr: Swr
type: string