Type Alias backend::model::dto::core::ActionDtoWrapperNewLayer

source ·
pub type ActionDtoWrapperNewLayer = ActionDtoWrapper<LayerDto>;

Aliased Type§

struct ActionDtoWrapperNewLayer {
    pub action_id: Uuid,
    pub dto: LayerDto,
}

Fields§

§action_id: Uuid§dto: LayerDto