UNPKG

@sap-cloud-sdk/core

Version:
15 lines 780 B
import { Entity as EntityBase, Constructable, ODataDeleteRequestConfig as ODataDeleteRequestConfigBase } from '../../odata-common'; /** * @deprecated Since v1.21.0. Use superclass instead. * OData delete request configuration for an entity type. * @typeparam EntityT - Type of the entity to setup a request for */ declare class ODataDeleteRequestConfig<EntityT extends EntityBase> extends ODataDeleteRequestConfigBase<EntityT> { /** * Creates an instance of ODataRequest. * @param _entityConstructor - Constructor type of the entity to create a configuration for */ constructor(_entityConstructor: Constructable<EntityT>); } export { ODataDeleteRequestConfig as ODataDeleteRequestConfigLegacy }; //# sourceMappingURL=odata-delete-request-config.d.ts.map