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