- Replace manual ApiError interface with Zod-inferred type from apiSchemas - Update all imports (15+ files) to use ApiError from @/schemas/apiSchemas - Remove ApiError interface from types/api.ts - Update ApiResponse to import ApiError from schemas - All TypeScript checks pass for ApiError-related code |
||
|---|---|---|
| .. | ||
| authService.test.ts | ||
| authService.ts | ||
| emailVerificationService.test.ts | ||
| emailVerificationService.ts | ||