/** * Infrastructure Layer * * Contains implementations of domain interfaces (repositories, services) * that handle external concerns like persistence and networking. */ export * from './persistence'