UNPKG

@sap-cloud-sdk/core

Version:
7 lines 250 B
import { EdmTypeCommon, ExclusiveEdmTypeV2 } from '../odata-common'; /** * Allowed Edm types for OData v2. */ export declare type EdmType = EdmTypeCommon | ExclusiveEdmTypeV2; export { EdmType as EdmTypeV2 }; //# sourceMappingURL=edm-types.d.ts.map