mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 07:10:56 -08:00
refactor(mobile): folder_api.interface.dart (#19342)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user