SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Type Alias PureEntityType<T>

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

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

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

    Type Parameters

    • T