Type Alias ClassOf<T>

ClassOf<T>: (new (...args: any[]) => T) | Function

Represents a class of the specified type T.

Type Parameters

  • T