Files
ember-market-frontend/services/customerService.ts
2025-04-07 19:25:24 +01:00

8 lines
211 B
TypeScript

// This file is maintained for backward compatibility
// Import from the new consolidated API
export {
getCustomers,
getCustomerDetails,
type CustomerStats,
type CustomerResponse
} from '../lib/api';