immich/mobile/lib/domain/models/album_user.model.dart
Daimolean 242817c49a
feat(mobile): remote album sync (#18876)
* feat(mobile): remote album sync

* fix: lint

* missing createdAt field

* lint
2025-06-09 10:09:14 -05:00

6 lines
74 B
Dart

enum AlbumUserRole {
// do not change this order!
editor,
viewer,
}