mirror of
https://github.com/immich-app/immich.git
synced 2025-01-06 11:56:46 +01:00
5 lines
34 B
Dart
5 lines
34 B
Dart
|
enum SortOrder {
|
||
|
asc,
|
||
|
desc,
|
||
|
}
|