Type Alias Concrete<T>

Concrete<T>: Pick<T, keyof T> & (new (...args: any[]) => InstanceType<T>)

Type Parameters

  • T extends ClassLike