Spaces:
Running
Running
import { GroupSearchDataType } from "@/api/predictions/types"; | |
export interface GroupResultsProps { | |
group: GroupSearchDataType; | |
index: number; | |
} | |