Type Alias SubclassOf<T>

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

Represents a class of the specified type T.

Type Parameters

  • T