You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-07 06:16:05 +02:00
17 lines
225 B
Dart
17 lines
225 B
Dart
enum SortOrder {
|
|
asc,
|
|
desc,
|
|
}
|
|
|
|
enum TextSearchType {
|
|
context,
|
|
filename,
|
|
description,
|
|
}
|
|
|
|
enum AssetVisibilityEnum { timeline, hidden, archive, locked }
|
|
|
|
enum SortUserBy { id }
|
|
|
|
enum ActionSource { timeline, viewer }
|