1
2
3
use crate::model::project::ProjectData;

pub type CreateProjectDto = ProjectData;