- Refactored `updateUser` method in `admin.service.ts` to accept `Partial<User>` instead of `any`. - Added `User` type import for more precise typing.
- Refactored `updateUser` method in `admin.service.ts` to accept `Partial<User>` instead of `any`. - Added `User` type import for more precise typing.