Type Alias backend::model::dto::core::ActionDtoWrapperDeleteBaseLayerImage

source ·
pub type ActionDtoWrapperDeleteBaseLayerImage = ActionDtoWrapper<DeleteBaseLayerImageDto>;

Aliased Type§

struct ActionDtoWrapperDeleteBaseLayerImage {
    pub action_id: Uuid,
    pub dto: DeleteBaseLayerImageDto,
}

Fields§

§action_id: Uuid§dto: DeleteBaseLayerImageDto