/** * Data layer — TypeScript interfaces, data-driven JSON loaders, and schema * validators. See `Interfaces.ts` for the contract and `ConfigMgr.ts` for * the runtime loader + validator. */ export * from './Interfaces'; export * from './ConfigMgr';