SAP Cloud SDK for JavaScript - v4.8.0
    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
    keys: Record<string, any>

    Map containing the key name and value.