Spaces:
Sleeping
Sleeping
import { PeopleDataType } from "@/api/predictions/types"; | |
export interface StaffResultsItemProps { | |
staff: PeopleDataType; | |
index: number; | |
} | |