Type Alias Concrete<T>

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

Type Parameters

  • T extends ClassLike