/** * Domain Constants Barrel Export * * Provides centralized access to all domain constants and configurations. * * @layer Domain */ export { ANALYSIS_STATUS_CONFIG, PAGE_STATUS_CONFIG, ELEMENT_TYPE_CONFIG, TENANT_STATUS_CONFIG, DISCOVERY_SOURCE_CONFIG, } from './status-configs';