import type { EdmTypeCommon, ExclusiveEdmTypeV2 } from '@sap-cloud-sdk/odata-common/internal'; /** * Allowed Edm types for OData v2. * @internal */ export type EdmType = EdmTypeCommon | ExclusiveEdmTypeV2;