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