mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 04:07:57 -06:00
5 lines
89 B
Dart
5 lines
89 B
Dart
enum NotificationResponseAction {
|
|
openCreatedDocument,
|
|
acknowledgeCreatedDocument;
|
|
}
|