Type Alias Constructor<T>

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

A structure interface

Type Parameters

  • T