UNPKG

@sap-cloud-sdk/odata-v4

Version:

SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.

9 lines (8 loc) 250 B
import { EntityBase } from '@sap-cloud-sdk/odata-common'; /** * Super class for all representations of OData v4 entity types. */ export declare class Entity extends EntityBase { readonly _oDataVersion: 'v4'; constructor(_entityApi: any); }