muryshev's picture
init
79278ec
raw
history blame contribute delete
146 Bytes
import { RocksNNDataType } from "@/api/predictions/types";
export interface RocksNNResultsProps {
rocksNN: RocksNNDataType;
index: number;
}