а на типах, как такое сделать?
interface MyInterface = {
...
}
interface MyAnotherInterface extents MyInterface {
...
}
type MyAnotherInterface = MyInterface & { }
спасибо
Обсуждают сегодня