feat : #14 partage de profil
This commit is contained in:
@@ -4,7 +4,7 @@ import { SearchFilters } from '@app/domain/search/search-filters';
|
||||
|
||||
export interface ProfileRepository {
|
||||
list(params?: SearchFilters): Observable<ProfilePaginated>;
|
||||
getByUserId(userId: string): Observable<Profile>;
|
||||
getById(profileId: string): Observable<Profile>;
|
||||
create(profile: Profile): Observable<Profile>;
|
||||
update(profileId: string, profile: Partial<Profile>): Observable<Profile>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user