1 2 3 4 5
pub use super::response::Attributes as CommentAttributes; use crate::public_api::model::{Collection, Object}; pub type Comment = Object<CommentAttributes>; pub type Comments = Collection<CommentAttributes>;