Type alias FieldTypeByEdmType<T, EdmT, NullableT>

Convenience type that maps the given EDM type to a field type. It also considers whether the field is nullable.

Type Parameters

  • T extends DeSerializers
  • EdmT extends EdmTypeShared<"any">

    EDM type of the field. Deprecated: Field type of the field.

  • NullableT extends boolean

    Boolean type that represents whether the field is nullable.

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