diff --git a/atproto/src/lib.rs b/atproto/src/lib.rs index 53c8d32..30a53e7 100644 --- a/atproto/src/lib.rs +++ b/atproto/src/lib.rs @@ -3,3 +3,5 @@ pub mod types; pub mod error; #[cfg(feature = "sqlx-support")] pub mod sqlx; + +pub use atrium_api::types::Collection;