muryshev's picture
init
79278ec
raw
history blame contribute delete
144 Bytes
import { PeopleDataType } from "@/api/predictions/types";
export interface StaffResultsItemProps {
staff: PeopleDataType;
index: number;
}