import { AnyObject, Constructor } from './common'; export type MixinTarget = Constructor<{ [P in keyof T]: T[P]; }>;