Type Alias backend::model::dto::core::ActionDtoWrapperNewDrawings

source ·
pub type ActionDtoWrapperNewDrawings = ActionDtoWrapper<Vec<DrawingDto>>;

Aliased Type§

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

Fields§

§action_id: Uuid§dto: Vec<DrawingDto>