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

This commit is contained in:
Alex
2025-06-21 13:14:14 -05:00
committed by GitHub
parent 698d3004b4
commit 4c2ad44303
2 changed files with 1 additions and 11 deletions

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