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

    Type Alias CustomOrDefaultType<CustomDeSerializerT, EdmT>

    CustomOrDefaultType: CustomOrDefaultType<
        CustomDeSerializerT,
        EdmT,
        DefaultDeSerializers,
    >

    Infers the deserialized type for an EDM type, based on custom (de-)serializers. If the custom (de-)serializers specify a type for the given EDM type, this type is inferred. Otherwise the given DefaultType is used.

    Type Parameters

    • CustomDeSerializerT

      Type of the custom (de-)serializers.

    • EdmT

      The EDM type to infer the type for.

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