mirror of
https://github.com/ente-io/ente.git
synced 2025-06-01 07:05:34 +00:00
8 lines
88 B
Dart
8 lines
88 B
Dart
enum BackupItemStatus {
|
|
inBackground,
|
|
inQueue,
|
|
uploading,
|
|
completed,
|
|
retry,
|
|
}
|