Type Alias CompatibleClass

CompatibleClass: {
    moduleName: string;
    new (...args: any[]): any;
}