PureEntityType<T>: Omit<NonNullishType<T>, keyof EntityBase>

Omits all nullish properties as well as all properties of the EntityBase from a given type.

Type Parameters

  • T

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.