Interface ISingleResultProps

    interface ISingleResultProps {
        file: IFrontResult;
        results: IFrontResult[];
        setResults: ((results) => void);
        simulation: Pick<IFrontSimulation, "id">;
    }

    Properties

    results: IFrontResult[]
    setResults: ((results) => void)

    Type declaration

      • (results): void
      • Parameters

        Returns void

    simulation: Pick<IFrontSimulation, "id">

    Generated using TypeDoc and TypeDoc Airthium Plugin