interface ISimulationTaskData {
    fileName: string;
    names: string[];
    title: string;
    x: number;
    ys: number[];
}

Properties

Properties

fileName: string
names: string[]
title: string
x: number
ys: number[]