como/como_domain/src/item/responses.rs
2022-10-03 22:20:01 +02:00

4 lines
56 B
Rust

use super::ItemDto;
pub type CreatedItemDto = ItemDto;