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

    Type Alias SimpleTypeFields<EntityT>

    SimpleTypeFields:
        | EdmTypeField<EntityT, any, any, boolean, true>
        | OrderableEdmTypeField<EntityT, any, any, boolean, true>

    Helper type to unite the EdmTypeField and OrderableEdmTypeField which are appearing often together.

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

    Type Parameters