SAP Cloud SDK for JavaScript - v4.8.0
    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.

    Type Parameters

    • T