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

    Type Alias Without<T>

    Without: { [P in keyof T]?: never }

    A type which sets all properties of a generic type to never. Used in the exclusive or type Xor.

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

    Type Parameters

    • T