export interface IArena { id: number; name: string; }