// https://www.typescriptlang.org/docs/handbook/mixins.html import GenericObject from "./GenericObject"; export type GConstructor = new (...args: any[]) => T;