Type Alias backend::model::dto::core::ActionDtoWrapperUpdateDrawings

source ·
pub type ActionDtoWrapperUpdateDrawings = ActionDtoWrapper<UpdateDrawingsDto>;

Aliased Type§

struct ActionDtoWrapperUpdateDrawings {
    pub action_id: Uuid,
    pub dto: UpdateDrawingsDto,
}

Fields§

§action_id: Uuid§dto: UpdateDrawingsDto