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

    Interface implemented by OData requests needing keys to identify an entity like getByKey, delete or update.

    interface WithKeys {
        keys: Record<string, any>;
    }

    Implemented by

    Index

    Properties

    Properties

    keys: Record<string, any>

    Map containing the key name and value.

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