mirror of
https://github.com/immich-app/immich.git
synced 2025-07-21 22:44:23 +02:00
refactor(mobile): folder_api.interface.dart (#19342)
This commit is contained in:
parent
698d3004b4
commit
4c2ad44303
2 changed files with 1 additions and 11 deletions
mobile/lib/interfaces
|
@ -1,6 +0,0 @@
|
|||
import 'package:immich_mobile/entities/asset.entity.dart';
|
||||
|
||||
abstract interface class IFolderApiRepository {
|
||||
Future<List<String>> getAllUniquePaths();
|
||||
Future<List<Asset>> getAssetsForPath(String? path);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue