refactor(mobile): folder_api.interface.dart ()

This commit is contained in:
Alex 2025-06-21 13:14:14 -05:00 committed by GitHub
commit 4c2ad44303
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 11 deletions
mobile/lib/interfaces

View file

@ -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);
}