mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-01-13 13:37:43 +00:00
8 lines
105 B
Dart
8 lines
105 B
Dart
/// Posts targets types enum
|
|
///
|
|
/// @author Pierre HUBERT
|
|
|
|
enum PostTarget {
|
|
USER_PAGE,
|
|
GROUP_PAGE
|
|
} |