lemmy_api_common 1.0.0-beta.1

A link aggregator for the fediverse
Documentation
1
2
3
4
5
6
7
8
9
10
pub use lemmy_db_schema::{
  NotificationTypeFilter,
  newtypes::NotificationId,
  source::notification::Notification,
};
pub use lemmy_db_views_notification::{
  ListNotifications,
  NotificationView,
  api::MarkNotificationAsRead,
};