Spaces:
Sleeping
Sleeping
File size: 150 Bytes
79278ec |
1 2 3 4 5 6 7 |
import { GroupSearchDataType } from "@/api/predictions/types";
export interface GroupResultsProps {
group: GroupSearchDataType;
index: number;
}
|