extends Animal {
}
я хочу в интерфейсе собаки color определить как строку или нумбер. как бы вы это сделали?
color: string | number ?
Будет ошибка
Interface 'Dog' incorrectly extends interface 'Animal'. Types of property 'color' are incompatible. Type 'string | number' is not assignable to type 'string'.
а почему у animal не сделаешь?
Обсуждают сегодня