Type Alias AbstractConstructor<T>

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

Type Parameters

  • T = any