Type Alias backend::model::dto::core::ActionDtoWrapperNewPlantings

source ·
pub type ActionDtoWrapperNewPlantings = ActionDtoWrapper<Vec<PlantingDto>>;

Aliased Type§

struct ActionDtoWrapperNewPlantings {
    pub action_id: Uuid,
    pub dto: Vec<PlantingDto>,
}

Fields§

§action_id: Uuid§dto: Vec<PlantingDto>