1
2
3
use crate::model::content::ContentData;

pub type CreateContentDto = ContentData;