Last updated 2 years ago
Constructor<Type>
An instance of a type from the provided generic type variable Type.
Type
type Constructor<Type> = new (...args: any[]) => Type;
A generic type variable Type indicates the type of an instance.