Type Alias backend::model::dto::core::ActionDtoWrapperUpdatePlantings

source ·
pub type ActionDtoWrapperUpdatePlantings = ActionDtoWrapper<UpdatePlantingDto>;

Aliased Type§

struct ActionDtoWrapperUpdatePlantings {
    pub action_id: Uuid,
    pub dto: UpdatePlantingDto,
}

Fields§

§action_id: Uuid§dto: UpdatePlantingDto