Type Alias backend::model::dto::core::ActionDtoWrapperDeleteDrawings

source ·
pub type ActionDtoWrapperDeleteDrawings = ActionDtoWrapper<Vec<Uuid>>;

Aliased Type§

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

Fields§

§action_id: Uuid§dto: Vec<Uuid>