Spaces:
Sleeping
Sleeping
import { RocksNNDataType } from "@/api/predictions/types"; | |
export interface RocksNNResultsProps { | |
rocksNN: RocksNNDataType; | |
index: number; | |
} | |