Instance of the class.
A generic type for classes.
This type is a generic constructor function, mainly used when wrapping classes.
const example = (AClass: Class) => new AClass("test");
Rest
...classArguments: ArgumentsArguments of the class constructor.
Instance of the class.
Arguments of the class constructor.