Type Alias backend::model::dto::core::ActionDtoWrapperDeletePlantings

source ·
pub type ActionDtoWrapperDeletePlantings = ActionDtoWrapper<Vec<DeletePlantingDto>>;

Aliased Type§

struct ActionDtoWrapperDeletePlantings {
    pub action_id: Uuid,
    pub dto: Vec<DeletePlantingDto>,
}

Fields§

§action_id: Uuid§dto: Vec<DeletePlantingDto>