/** * Auth Module Barrel Exports * * Public API for the auth module. * Only exports the authApi - mappers are internal implementation details. * * @layer Infrastructure - API Client */ export { authApi } from './api'; export type { LoginCredentials, UserRegistrationData } from './mappers/AuthRequestMapper';