Files
workavia-mail-front/model/lib/email/move_action.dart
T

5 lines
37 B
Dart

enum MoveAction {
moveTo,
undo
}