Type Alias AnyConstructor

AnyConstructor: (new (...args: any[]) => any)

A constructor that accepts any args and returns any value