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

    Type Alias NonNullishType<T>

    NonNullishType: Exclude<T, NullishTypes>

    Exclude all nullish types from the given type so NonNullishType<TypeA | TypeB | undefined> is TypeA | TypeB.

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

    Type Parameters

    • T