такая структура, как в пасте.
В итоге TS ругается на ITodoListActions:
Error:(103, 18) TS2430: Interface 'ITodoListActions' incorrectly extends interface 'IReduxApiListActions'.
Types of property 'START_LOADING' are incompatible.
Type 'IActionCreator<IRequestTodoListStartLoadingAction>' is not assignable to type 'IActionCreator<IBaseAction>'.
Type 'string' is not assignable to type '"LIST_TODO_START_LOADING"'.
Может кто-то подсказать, почему Type 'string' is not assignable to type '"LIST_TODO_START_LOADING"'. ?
Если просто написать какой-то интерфейс с полем типа строки и другой интерфейс им расширять и указать, что это не просто строка, а какая-то конкретная строка - все нормально.
bump
Обсуждают сегодня