/* eslint-disable @typescript-eslint/ban-types */ export type MixinConstructor = new (...args: any[]) => {}; /* eslint-enable @typescript-eslint/ban-types */