muryshev's picture
init
79278ec
raw
history blame contribute delete
185 Bytes
import { SegmentationModelDataType } from "@/api/predictions/types";
export interface SegmentationModelResultProps {
segmentationModel: SegmentationModelDataType;
index: number;
}