pub type CreateProjectDto = ProjectData;

Aliased Type§

struct CreateProjectDto {
    pub name: String,
}

Fields§

§name: String