export interface FinishingStatusData {
    season: string | number,
    round: number,
    statusId: number,
    count: number,
    status: string
}