Type Alias ConstructorPropertyNames<T>

ConstructorPropertyNames: RemoveIndex<keyof ConstructorProperties<T>>

Type Parameters

  • T