lemmy_api_common 1.0.0-beta.1

A link aggregator for the fediverse
Documentation
1
2
3
4
5
pub use lemmy_db_schema::source::images::{ImageDetails, LocalImage, RemoteImage};
pub use lemmy_db_views_local_image::{
  LocalImageView,
  api::{DeleteImageParams, ImageGetParams, ImageProxyParams, ListMedia, UploadImageResponse},
};