interface IArea { name: string color: string ships: number[] areaIndex: number }