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

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

Implemented by

Properties

Properties

keys: Record<string, any>

Map containing the key name and value.

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