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

    Type Alias Xor<T, U>

    Xor: Without<T> & U | Without<U> & T

    XOR of two types containing keys with different names. If the two types show an overlap the type is never.

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

    Type Parameters

    • T
    • U