Refactor profile details page
This commit is contained in:
@@ -23,6 +23,8 @@ abstract class ProfilesRepository {
|
||||
|
||||
TaskEither<ProfileFailure, Unit> update(Profile baseProfile);
|
||||
|
||||
TaskEither<ProfileFailure, Unit> edit(Profile profile);
|
||||
|
||||
TaskEither<ProfileFailure, Unit> setAsActive(String id);
|
||||
|
||||
TaskEither<ProfileFailure, Unit> delete(String id);
|
||||
|
||||
Reference in New Issue
Block a user