extends object, T extends string>` как параметры дженерика?
```
function createId<S extends object, T extends string> (s: S, t: T) {}
function createAnotherId<S extends object, T extends string> (s: S, t: T) {}
function createAwesomeId<S extends object, T extends string> (s: S, t: T) {}
```
Да, все верно
А решения нет?)
Обсуждают сегодня