made use of first class citizen objects as json validator functions

This commit is contained in:
2025-01-03 13:32:42 +00:00
parent 2210fe4bb1
commit aac9c8af4f
21 changed files with 122 additions and 92 deletions
@@ -11,7 +11,7 @@ abstract class UserDataSource {
TaskEither<IError, User> update(UserUpdate user);
TaskEither<IError, void> delete(String id);
TaskEither<IError, User> delete(String id);
TaskEither<IError, List<User>> findAll();