REFACTOR data service

This commit is contained in:
Urtzi Alfaro
2025-08-12 18:17:30 +02:00
parent 7c237c0acc
commit fbe7470ad9
149 changed files with 8528 additions and 7393 deletions

View File

@@ -3,7 +3,7 @@
* Error Handling Utilities
*/
import type { ApiError } from '../types';
import type { ApiError } from '../client/types';
export class ApiErrorHandler {
static formatError(error: any): string {