mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor(mobile): person_api.interface.dart (#19336)
This commit is contained in:
parent
3024cd343b
commit
8154ec29df
7 changed files with 8 additions and 17 deletions
|
|
@ -1,8 +1,8 @@
|
|||
// ignore_for_file: public_member_api_docs, sort_constructors_first
|
||||
import 'dart:convert';
|
||||
|
||||
import 'package:immich_mobile/domain/models/person.model.dart';
|
||||
import 'package:immich_mobile/entities/asset.entity.dart';
|
||||
import 'package:immich_mobile/interfaces/person_api.interface.dart';
|
||||
|
||||
class SearchLocationFilter {
|
||||
String? country;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue