mirror of
https://github.com/ente-io/ente.git
synced 2025-05-28 21:47:57 +00:00
8 lines
87 B
Dart
8 lines
87 B
Dart
enum BackupItemStatus {
|
|
uploading,
|
|
inQueue,
|
|
retry,
|
|
inBackground,
|
|
uploaded,
|
|
}
|