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