242817c49a
* feat(mobile): remote album sync * fix: lint * missing createdAt field * lint
6 lines
74 B
Dart
6 lines
74 B
Dart
enum AlbumUserRole {
|
|
// do not change this order!
|
|
editor,
|
|
viewer,
|
|
}
|