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