Type Alias Constructor<T>

Constructor<T>: (new (...args: any[]) => T)

Type Parameters