6 lines
231 B
TypeScript
6 lines
231 B
TypeScript
/**
|
|
* Configuration module exports for infrastructure layer.
|
|
*/
|
|
|
|
export type { AutomationMode, AutomationEnvironmentConfig } from './AutomationConfig';
|
|
export { loadAutomationConfig, getAutomationMode } from './AutomationConfig'; |