type ClassType<Type> = (...args) => Type;
ClassType Type.
Represents a class type, including abstract classes.
Type = any
Type
any
...any[]