muryshev's picture
init
79278ec
raw
history blame contribute delete
150 Bytes
import { GroupSearchDataType } from "@/api/predictions/types";
export interface GroupResultsProps {
group: GroupSearchDataType;
index: number;
}