Type alias ExcludeNominalMembers<T>

ExcludeNominalMembers<T>: Pick<T, ExcludeNominalKeys<T>>

Returns a new object type of all the keys of T which do not start with _nominal_

Type Parameters

  • T