/** * Tenant Module Barrel Exports * * Exports only the public API - mappers are internal implementation details. * UI layer imports tenantsApi to interact with tenant endpoints. * * @layer Infrastructure - API Client */ export { TenantsApi, createTenantsApi, tenantsApi } from './api'; export type { PaginationMeta } from '../shared/types';