mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor(mobile): partner.interface.dart (#19338)
This commit is contained in:
parent
6fda863c08
commit
c707f9cef4
5 changed files with 5 additions and 21 deletions
|
|
@ -1,8 +0,0 @@
|
|||
import 'package:immich_mobile/domain/models/user.model.dart';
|
||||
|
||||
abstract class IPartnerRepository {
|
||||
Future<List<UserDto>> getSharedWith();
|
||||
Future<List<UserDto>> getSharedBy();
|
||||
Stream<List<UserDto>> watchSharedWith();
|
||||
Stream<List<UserDto>> watchSharedBy();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue