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

    Type Alias ComplexTypePropertyFields<EntityT>

    ComplexTypePropertyFields:
        | EdmTypeField<EntityT, any, any, boolean, false>
        | OrderableEdmTypeField<EntityT, any, any, boolean, false>

    A complex type contains multiple properties. This type represents the possible types of these properties.

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

    Type Parameters