import type { ProtestViewModel } from '../apiClient'; /** * League admin protests transport object * Contains protests for league administration */ export interface LeagueAdminProtestsDto { protests: ProtestViewModel[]; }