1//! Community sharelist types and context 2mod context; 3/// Request and response data types for this context. 4pub mod types; 5pub use context::SharelistContext; 6pub use types::*;