This note demonstrates the way of how to avoid manual types declaration when classes are combined by mixing. Mixin is a well-known technique which compensates the lack of built-in multiple inheritance in TS/JS. This is partly a workaround, but everything is good enough with typings as long as we adhere…