Type Alias Mixin<TBase, TMixin>Internal

Mixin: abstract new (...args: any[]) => TMixin & TBase

TBase with TMixin mixed-in.

Type Parameters