/** * Defines type that can be used as mixin */ export interface MixinType extends Function { new (): TType; } //# sourceMappingURL=mixinType.d.ts.map