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

    Type Alias ConstructorOrField<EntityT, ComplexT>

    ConstructorOrField:
        | Constructable<EntityT>
        | ComplexTypeField<EntityT, DeSerializers, ComplexT, boolean, boolean>

    Union type to represent the parent of a field. This can either be an entity constructor or a complex type field.

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

    Type Parameters